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

/external/clang/include/clang/Sema/
H A DOverload.h619 /// is a surrogate, but only if IsSurrogate is true.
637 /// IsSurrogate - True to indicate that this candidate is a
640 bool IsSurrogate; member in struct:clang::OverloadCandidate
/external/clang/lib/Sema/
H A DSemaOverload.cpp5269 Candidate.IsSurrogate = false;
5434 Candidate.IsSurrogate = false;
5544 Candidate.IsSurrogate = false;
5594 Candidate.IsSurrogate = false;
5634 Candidate.IsSurrogate = false;
5778 Candidate.IsSurrogate = false;
5816 Candidate.IsSurrogate = true;
5965 Candidate.IsSurrogate = false;
8553 if (Cand->IsSurrogate)
8733 if (Cand->IsSurrogate) {
[all...]

Completed in 748 milliseconds