Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h866 bool IsSurrogate : 1; member
933 if (IsSurrogate) { in getNumParams()
949 : IsSurrogate(false), IsADLCandidate(CallExpr::NotADL), RewriteKind(CRK_None) {} in OverloadCandidate()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp6811 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()
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()
[all …]