Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h915 bool IsSurrogate : 1; member
985 if (IsSurrogate) { in getNumParams()
1001 : IsSurrogate(false), IgnoreObjectArgument(false), in OverloadCandidate()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp7611 Candidate.IsSurrogate = false; in AddMethodTemplateCandidate()
7695 Candidate.IsSurrogate = false; in AddTemplateOverloadCandidate()
8109 Candidate.IsSurrogate = true; in AddSurrogateCandidate()
12141 if (Cand->IsSurrogate) in GetLocationForCandidate()
12246 return !L->IsSurrogate && R->IsSurrogate; in operator ()()
12406 if (Cand->IsSurrogate) { in CompleteNonViableCandidate()
12475 if (!Cand->Function && !Cand->IsSurrogate) { in CompleteCandidates()
12569 else if (Cand->IsSurrogate) in NoteCandidates()