Lines Matching refs:CompilerDecl
16 ConstString CompilerDecl::GetName() const { in GetName()
20 ConstString CompilerDecl::GetMangledName() const { in GetMangledName()
24 CompilerDeclContext CompilerDecl::GetDeclContext() const { in GetDeclContext()
28 CompilerType CompilerDecl::GetType() const { in GetType()
32 CompilerType CompilerDecl::GetFunctionReturnType() const { in GetFunctionReturnType()
36 size_t CompilerDecl::GetNumFunctionArguments() const { in GetNumFunctionArguments()
40 CompilerType CompilerDecl::GetFunctionArgumentType(size_t arg_idx) const { in GetFunctionArgumentType()
44 bool lldb_private::operator==(const lldb_private::CompilerDecl &lhs, in operator ==()
45 const lldb_private::CompilerDecl &rhs) { in operator ==()
50 bool lldb_private::operator!=(const lldb_private::CompilerDecl &lhs, in operator !=()
51 const lldb_private::CompilerDecl &rhs) { in operator !=()
57 CompilerDecl::GetCompilerContext() const { in GetCompilerContext()
61 Scalar CompilerDecl::GetConstantValue() const { in GetConstantValue()