Searched refs:IsSurrogate (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
H A DOverload.h610 /// is a surrogate, but only if IsSurrogate is true.
628 /// IsSurrogate - True to indicate that this candidate is a
631 bool IsSurrogate; member in struct:clang::OverloadCandidate
684 if (IsSurrogate) {
/external/clang/lib/Sema/
H A DSemaOverload.cpp5604 Candidate.IsSurrogate = false;
5848 Candidate.IsSurrogate = false;
5965 Candidate.IsSurrogate = false;
6015 Candidate.IsSurrogate = false;
6111 Candidate.IsSurrogate = false;
6265 Candidate.IsSurrogate = false;
6303 Candidate.IsSurrogate = true;
6462 Candidate.IsSurrogate = false;
9194 if (Cand->IsSurrogate)
9269 return !L->IsSurrogate
[all...]

Completed in 656 milliseconds