Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DOverload.h627 bool IsSurrogate; member
680 if (IsSurrogate) { in getNumParams()
/external/clang/lib/Sema/
DSemaOverload.cpp5647 Candidate.IsSurrogate = false; in AddOverloadCandidate()
6009 Candidate.IsSurrogate = false; in AddMethodCandidate()
6137 Candidate.IsSurrogate = false; in AddMethodTemplateCandidate()
6188 Candidate.IsSurrogate = false; in AddTemplateOverloadCandidate()
6284 Candidate.IsSurrogate = false; in AddConversionCandidate()
6438 Candidate.IsSurrogate = false; in AddTemplateConversionCandidate()
6476 Candidate.IsSurrogate = true; in AddSurrogateCandidate()
6635 Candidate.IsSurrogate = false; in AddBuiltinCandidate()
9400 if (Cand->IsSurrogate) in GetLocationForCandidate()
9476 return !L->IsSurrogate && R->IsSurrogate; in operator ()()
[all …]