reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaCast.cpp
  426     howManyCandidates = OCD_AmbiguousCandidates;
tools/clang/lib/Sema/SemaExprCXX.cpp
 2326           S, OCD_AmbiguousCandidates, Args);
 3516         S, OCD_AmbiguousCandidates, Args);
tools/clang/lib/Sema/SemaInit.cpp
 6157         S, OCD_AmbiguousCandidates, CurInitExpr);
 6298                                 OCD_AmbiguousCandidates, CurInitExpr);
 8809           S, OCD_AmbiguousCandidates, Args);
 9003             S, OCD_AmbiguousCandidates, Args);
 9866         *this, OCD_AmbiguousCandidates, Inits);
tools/clang/lib/Sema/SemaOverload.cpp
 3552       OvResult == OR_Ambiguous ? OCD_AmbiguousCandidates : OCD_AllCandidates,
11069     case OCD_AmbiguousCandidates:
12440         SemaRef, OCD_AmbiguousCandidates, Args);
12686         *this, OCD_AmbiguousCandidates, ArgsArray,
13095           *this, OCD_AmbiguousCandidates, Args, BinaryOperator::getOpcodeStr(Opc),
13280           *this, OCD_AmbiguousCandidates, Args, "[]", LLoc);
13472           *this, OCD_AmbiguousCandidates, Args);
13704         *this, OCD_AmbiguousCandidates, Args);
13939         *this, OCD_AmbiguousCandidates, Base);
14019         *this, OCD_AmbiguousCandidates, Args);