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

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Overload.h 944 : OriginalOperator(OO_None), AllowRewrittenCandidates(false) {}
946 : OriginalOperator(Op), AllowRewrittenCandidates(AllowRewritten) {}
951 bool AllowRewrittenCandidates;
970 (AllowRewrittenCandidates &&
989 return AllowRewrittenCandidates && OriginalOperator &&
Sema.h 3846 bool AllowRewrittenCandidates = true,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp 890 if (!AllowRewrittenCandidates)
13397 CandidateSet.getRewriteInfo().AllowRewrittenCandidates
13470 /// \param AllowRewrittenCandidates Whether to consider candidates found by
13480 bool AllowRewrittenCandidates,
13486 AllowRewrittenCandidates = false;
13547 OverloadCandidateSet::OperatorRewriteInfo(Op, AllowRewrittenCandidates));
13589 if (AllowRewrittenCandidates && !IsReversed &&
13746 /*AllowRewrittenCandidates=*/false);

Completed in 96 milliseconds