Home
last modified time | relevance | path

Searched refs:LookupInSuper (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp2670 return LookupInSuper(R, NNS->getAsRecordDecl()); in LookupQualifiedName()
2710 return LookupInSuper(R, NNS->getAsRecordDecl()); in LookupParsedName()
2730 bool Sema::LookupInSuper(LookupResult &R, CXXRecordDecl *Class) { in LookupInSuper() function in Sema
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9201 bool LookupInSuper(LookupResult &R, CXXRecordDecl *Class);