Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DOverload.h830 bool IsSurrogate : 1; member
897 if (IsSurrogate) { in getNumParams()
911 : IsSurrogate(false), IsADLCandidate(CallExpr::NotADL), RewriteKind(CRK_None) {} in OverloadCandidate()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp6331 Candidate.IsSurrogate = false; in AddOverloadCandidate()
6884 Candidate.IsSurrogate = false; in AddMethodCandidate()
7039 Candidate.IsSurrogate = false; in AddMethodTemplateCandidate()
7121 Candidate.IsSurrogate = false; in AddTemplateOverloadCandidate()
7298 Candidate.IsSurrogate = false; in AddConversionCandidate()
7491 Candidate.IsSurrogate = false; in AddTemplateConversionCandidate()
7531 Candidate.IsSurrogate = true; in AddSurrogateCandidate()
7731 Candidate.IsSurrogate = false; in AddBuiltinCandidate()
11291 if (Cand->IsSurrogate) in GetLocationForCandidate()
11398 return !L->IsSurrogate && R->IsSurrogate; in operator ()()
[all …]