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

/external/clang/include/clang/Sema/
H A DOverload.h606 /// is a surrogate, but only if IsSurrogate is true.
624 /// IsSurrogate - True to indicate that this candidate is a
627 bool IsSurrogate; member in struct:clang::OverloadCandidate
680 if (IsSurrogate) {
/external/clang/lib/Sema/
H A DSemaOverload.cpp5647 Candidate.IsSurrogate = false;
6009 Candidate.IsSurrogate = false;
6137 Candidate.IsSurrogate = false;
6188 Candidate.IsSurrogate = false;
6284 Candidate.IsSurrogate = false;
6438 Candidate.IsSurrogate = false;
6476 Candidate.IsSurrogate = true;
6635 Candidate.IsSurrogate = false;
9400 if (Cand->IsSurrogate)
9476 return !L->IsSurrogate
[all...]

Completed in 138 milliseconds