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

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Overload.h 804 /// is a surrogate, but only if IsSurrogate is true.
827 /// IsSurrogate - True to indicate that this candidate is a
830 bool IsSurrogate : 1;
897 if (IsSurrogate) {
911 : IsSurrogate(false), IsADLCandidate(CallExpr::NotADL), RewriteKind(CRK_None) {}
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp 6331 Candidate.IsSurrogate = false;
6884 Candidate.IsSurrogate = false;
7039 Candidate.IsSurrogate = false;
7121 Candidate.IsSurrogate = false;
7298 Candidate.IsSurrogate = false;
7491 Candidate.IsSurrogate = false;
7531 Candidate.IsSurrogate = true;
7731 Candidate.IsSurrogate = false;
11291 if (Cand->IsSurrogate)
11398 return !L->IsSurrogate && R->IsSurrogate
    [all...]

Completed in 42 milliseconds