Searched refs:LookupDirect (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 1129 static bool LookupDirect(Sema &S, LookupResult &R, const DeclContext *DC) { in LookupDirect() function 1236 bool Found = LookupDirect(S, R, NS); in CppNamespaceLookup() 1241 if (LookupDirect(S, R, UUE.getNominatedNamespace())) in CppNamespaceLookup() 2388 bool FoundDirect = LookupDirect(S, DirectR, ND); in LookupQualifiedNameInUsingDirectives() 2478 if (LookupDirect(*this, R, LookupCtx)) { in LookupQualifiedName()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 5601 {"_Z12LookupDirectRN5clang4SemaERNS_12LookupResultEPKNS_11DeclContextE", "LookupDirect(clang::Sema&…
|