#include "lldb/Symbol/CompilerDecl.h"
#include "lldb/Symbol/CompilerDeclContext.h"
#include "lldb/Symbol/TypeSystem.h"
#include "lldb/Utility/Scalar.h"
usingnamespacelldb_private;
ConstString CompilerDecl::GetName() const { … }
ConstString CompilerDecl::GetMangledName() const { … }
CompilerDeclContext CompilerDecl::GetDeclContext() const { … }
CompilerType CompilerDecl::GetType() const { … }
CompilerType CompilerDecl::GetFunctionReturnType() const { … }
size_t CompilerDecl::GetNumFunctionArguments() const { … }
CompilerType CompilerDecl::GetFunctionArgumentType(size_t arg_idx) const { … }
bool lldb_private::operator==(const lldb_private::CompilerDecl &lhs,
const lldb_private::CompilerDecl &rhs) { … }
bool lldb_private::operator!=(const lldb_private::CompilerDecl &lhs,
const lldb_private::CompilerDecl &rhs) { … }
std::vector<lldb_private::CompilerContext>
CompilerDecl::GetCompilerContext() const { … }
Scalar CompilerDecl::GetConstantValue() const { … }