Searched refs:ADLResult (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Lookup.h | 871 class ADLResult {
|
| H A D | Sema.h | 115 class ADLResult; variable 9648 ArrayRef<Expr *> Args, ADLResult &Functions);
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 3841 void ADLResult::insert(NamedDecl *New) { in insert() 3873 ArrayRef<Expr *> Args, ADLResult &Result) { in ArgumentDependentLookup()
|
| H A D | SemaOverload.cpp | 10422 ADLResult Fns; in AddArgumentDependentLookupCandidates() 10449 for (ADLResult::iterator I = Fns.begin(), E = Fns.end(); I != E; ++I) { in AddArgumentDependentLookupCandidates()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 5613 {"_ZN5clang9ADLResult6insertEPNS_9NamedDeclE", "clang::ADLResult::insert(clang::NamedDecl*)"}, 5614 …entDependentLookup(clang::DeclarationName, bool, clang::Expr**, unsigned int, clang::ADLResult&)"},
|