Lines Matching refs:IsSurrogate
6811 Candidate.IsSurrogate = false; in AddOverloadCandidate()
7390 Candidate.IsSurrogate = false; in AddMethodCandidate()
7561 Candidate.IsSurrogate = false; in AddMethodTemplateCandidate()
7646 Candidate.IsSurrogate = false; in AddTemplateOverloadCandidate()
7842 Candidate.IsSurrogate = false; in AddConversionCandidate()
8047 Candidate.IsSurrogate = false; in AddTemplateConversionCandidate()
8087 Candidate.IsSurrogate = true; in AddSurrogateCandidate()
8312 Candidate.IsSurrogate = false; in AddBuiltinCandidate()
12044 if (Cand->IsSurrogate) in GetLocationForCandidate()
12149 return !L->IsSurrogate && R->IsSurrogate; in operator ()()
12309 if (Cand->IsSurrogate) { in CompleteNonViableCandidate()
12378 if (!Cand->Function && !Cand->IsSurrogate) { in CompleteCandidates()
12472 else if (Cand->IsSurrogate) in NoteCandidates()