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

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Overload.h 842 CallExpr::ADLCallKind IsADLCandidate : 1;
911 : IsSurrogate(false), IsADLCandidate(CallExpr::NotADL), RewriteKind(CRK_None) {}
Sema.h 3606 ADLCallKind IsADLCandidate = ADLCallKind::NotADL,
3649 ADLCallKind IsADLCandidate = ADLCallKind::NotADL,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp 6270 ADLCallKind IsADLCandidate, ConversionSequenceList EarlyConversions,
6332 Candidate.IsADLCandidate = IsADLCandidate;
7078 bool PartialOverloading, bool AllowExplicit, ADLCallKind IsADLCandidate,
7122 Candidate.IsADLCandidate = IsADLCandidate;
7145 /*AllowExplicitConversions*/ false, IsADLCandidate, Conversions, PO);
13066 (*Best)->IsADLCandidate);
13124 (*Best)->IsADLCandidate);
13328 CurFPFeatureOverrides(), Best->IsADLCandidate);
    [all...]

Completed in 105 milliseconds