Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp13784 llvm::SmallVector<FunctionDecl*, 4> AmbiguousWith; in CreateOverloadedBinOp() local
13793 AmbiguousWith.push_back(Cand.Function); in CreateOverloadedBinOp()
13800 if (!AmbiguousWith.empty()) { in CreateOverloadedBinOp()
13802 AmbiguousWith.size() == 1 && in CreateOverloadedBinOp()
13803 declaresSameEntity(AmbiguousWith.front(), FnDecl); in CreateOverloadedBinOp()
13814 for (auto *F : AmbiguousWith) in CreateOverloadedBinOp()