Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h869 class ADLResult {
H A DSema.h88 class ADLResult; variable
9379 ArrayRef<Expr *> Args, ADLResult &Functions);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp3747 void ADLResult::insert(NamedDecl *New) { in insert()
3779 ArrayRef<Expr *> Args, ADLResult &Result) { in ArgumentDependentLookup()
H A DSemaOverload.cpp9963 ADLResult Fns; in AddArgumentDependentLookupCandidates()
9987 for (ADLResult::iterator I = Fns.begin(), E = Fns.end(); I != E; ++I) { in AddArgumentDependentLookupCandidates()