HomeSort by: relevance | last modified time | path
    Searched refs:OCD_AmbiguousCandidates (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Overload.h 74 OCD_AmbiguousCandidates
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp 3632 OvResult == OR_Ambiguous ? OCD_AmbiguousCandidates : OCD_AllCandidates,
11602 case OCD_AmbiguousCandidates:
11648 if (OCD == OCD_AmbiguousCandidates)
13108 SemaRef, OCD_AmbiguousCandidates, Args);
13369 *this, OCD_AmbiguousCandidates, ArgsArray,
13842 *this, OCD_AmbiguousCandidates, Args, BinaryOperator::getOpcodeStr(Opc),
14122 *this, OCD_AmbiguousCandidates, Args, "[]", LLoc);
14325 *this, OCD_AmbiguousCandidates, Args);
14559 *this, OCD_AmbiguousCandidates, Args);
14791 *this, OCD_AmbiguousCandidates, Base)
    [all...]
SemaInit.cpp 6283 S, OCD_AmbiguousCandidates, CurInitExpr);
6425 OCD_AmbiguousCandidates, CurInitExpr);
9084 S, OCD_AmbiguousCandidates, Args);
9289 S, OCD_AmbiguousCandidates, Args);
10159 *this, OCD_AmbiguousCandidates, Inits);
SemaExprCXX.cpp 2536 S, OCD_AmbiguousCandidates, Args);
3743 S, OCD_AmbiguousCandidates, Args);
SemaCast.cpp 465 howManyCandidates = OCD_AmbiguousCandidates;
SemaDeclCXX.cpp 7887 S, OCD_AmbiguousCandidates, Args);

Completed in 132 milliseconds