Lines Matching refs:CompilerDecl
16 bool CompilerDecl::IsClang() const { in IsClang()
20 ConstString CompilerDecl::GetName() const { in GetName()
24 ConstString CompilerDecl::GetMangledName() const { in GetMangledName()
28 CompilerDeclContext CompilerDecl::GetDeclContext() const { in GetDeclContext()
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 !=()