Lines Matching refs:CompilerDeclContext
17 CompilerDeclContext::FindDeclByName(ConstString name, in FindDeclByName()
25 ConstString CompilerDeclContext::GetName() const { in GetName()
31 ConstString CompilerDeclContext::GetScopeQualifiedName() const { in GetScopeQualifiedName()
37 bool CompilerDeclContext::IsClassMethod() { in IsClassMethod()
43 lldb::LanguageType CompilerDeclContext::GetLanguage() { in GetLanguage()
49 bool CompilerDeclContext::IsContainedInLookup(CompilerDeclContext other) const { in IsContainedInLookup()
63 CompilerDeclContext::GetCompilerContext() const { in GetCompilerContext()
69 bool lldb_private::operator==(const lldb_private::CompilerDeclContext &lhs, in operator ==()
70 const lldb_private::CompilerDeclContext &rhs) { in operator ==()
75 bool lldb_private::operator!=(const lldb_private::CompilerDeclContext &lhs, in operator !=()
76 const lldb_private::CompilerDeclContext &rhs) { in operator !=()