Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDOverload.h627 bool IsSurrogate; member
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaOverload.cpp5512 Candidate.IsSurrogate = false; in AddOverloadCandidate()
5684 Candidate.IsSurrogate = false; in AddMethodCandidate()
5794 Candidate.IsSurrogate = false; in AddMethodTemplateCandidate()
5844 Candidate.IsSurrogate = false; in AddTemplateOverloadCandidate()
5940 Candidate.IsSurrogate = false; in AddConversionCandidate()
6085 Candidate.IsSurrogate = false; in AddTemplateConversionCandidate()
6123 Candidate.IsSurrogate = true; in AddSurrogateCandidate()
6275 Candidate.IsSurrogate = false; in AddBuiltinCandidate()
8955 if (Cand->IsSurrogate) in GetLocationForCandidate()
9136 if (Cand->IsSurrogate) { in CompleteNonViableCandidate()
[all …]