Home
last modified time | relevance | path

Searched refs:ADLResult (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h871 class ADLResult {
H A DSema.h115 class ADLResult; variable
9648 ArrayRef<Expr *> Args, ADLResult &Functions);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp3841 void ADLResult::insert(NamedDecl *New) { in insert()
3873 ArrayRef<Expr *> Args, ADLResult &Result) { in ArgumentDependentLookup()
H A DSemaOverload.cpp10422 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 DDemangleTestCases.inc5613 {"_ZN5clang9ADLResult6insertEPNS_9NamedDeclE", "clang::ADLResult::insert(clang::NamedDecl*)"},
5614 …entDependentLookup(clang::DeclarationName, bool, clang::Expr**, unsigned int, clang::ADLResult&)"},