Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp13616 llvm::SmallVector<FunctionDecl*, 4> AmbiguousWith; in CreateOverloadedBinOp() local
13625 AmbiguousWith.push_back(Cand.Function); in CreateOverloadedBinOp()
13632 if (!AmbiguousWith.empty()) { in CreateOverloadedBinOp()
13634 AmbiguousWith.size() == 1 && in CreateOverloadedBinOp()
13635 declaresSameEntity(AmbiguousWith.front(), FnDecl); in CreateOverloadedBinOp()
13646 for (auto *F : AmbiguousWith) in CreateOverloadedBinOp()