Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDOverload.h627 bool IsSurrogate; member
680 if (IsSurrogate) { in getNumParams()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOverload.cpp5631 Candidate.IsSurrogate = false; in AddOverloadCandidate()
5993 Candidate.IsSurrogate = false; in AddMethodCandidate()
6121 Candidate.IsSurrogate = false; in AddMethodTemplateCandidate()
6172 Candidate.IsSurrogate = false; in AddTemplateOverloadCandidate()
6268 Candidate.IsSurrogate = false; in AddConversionCandidate()
6422 Candidate.IsSurrogate = false; in AddTemplateConversionCandidate()
6460 Candidate.IsSurrogate = true; in AddSurrogateCandidate()
6619 Candidate.IsSurrogate = false; in AddBuiltinCandidate()
9384 if (Cand->IsSurrogate) in GetLocationForCandidate()
9460 return !L->IsSurrogate && R->IsSurrogate; in operator ()()
[all …]