Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp12326 SmallVector<FunctionDecl *, 2> AmbiguousDecls; in resolveAddressOfSingleOverloadCandidate() local
12361 AmbiguousDecls.push_back(FD); in resolveAddressOfSingleOverloadCandidate()
12380 for (FunctionDecl *Skipped : AmbiguousDecls) in resolveAddressOfSingleOverloadCandidate()