Home
last modified time | relevance | path

Searched defs:InBaseClass (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DQuality.h95 bool InBaseClass = false; // A member from base class of the accessed class. member
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DQualityTests.cpp301 SymbolRelevanceSignals InBaseClass; in TEST() local
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h836 bool InBaseClass : 1; variable
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp4093 bool QualifiedNameLookup, bool InBaseClass) { in lookupInDeclContext()
4531 DeclContext *Ctx, bool InBaseClass) { in FoundDecl()
H A DSemaCodeComplete.cpp1263 NamedDecl *Hiding, bool InBaseClass = false) { in AddResult()
1649 bool InBaseClass) override { in FoundDecl()