Lines Matching refs:CompilerDecl
15 ConstString CompilerDecl::GetName() const { in GetName()
19 ConstString CompilerDecl::GetMangledName() const { in GetMangledName()
23 CompilerDeclContext CompilerDecl::GetDeclContext() const { in GetDeclContext()
27 CompilerType CompilerDecl::GetFunctionReturnType() const { in GetFunctionReturnType()
31 size_t CompilerDecl::GetNumFunctionArguments() const { in GetNumFunctionArguments()
35 CompilerType CompilerDecl::GetFunctionArgumentType(size_t arg_idx) const { in GetFunctionArgumentType()
39 bool lldb_private::operator==(const lldb_private::CompilerDecl &lhs, in operator ==()
40 const lldb_private::CompilerDecl &rhs) { in operator ==()
45 bool lldb_private::operator!=(const lldb_private::CompilerDecl &lhs, in operator !=()
46 const lldb_private::CompilerDecl &rhs) { in operator !=()
52 CompilerDecl::GetCompilerContext() const { in GetCompilerContext()