Home
last modified time | relevance | path

Searched refs:Surrogate (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h890 CXXConversionDecl *Surrogate; member
986 QualType STy = Surrogate->getConversionType(); in getNumParams()
/freebsd/crypto/heimdal/lib/wind/
H A Drfc4013.txt128 - Surrogate code points [StringPrep, C.5]
H A Drfc4518.txt293 Surrogate codes are prohibited. These characters are listed in Table
H A Drfc3454.txt64 5.5 Surrogate codes.............................................13
97 C.5 Surrogate codes.............................................80
682 5.5 Surrogate codes
4465 C.5 Surrogate codes
H A DUnicodeData.txt10617 D800;<Non Private Use High Surrogate, First>;Cs;0;L;;;;;N;;;;;
10618 DB7F;<Non Private Use High Surrogate, Last>;Cs;0;L;;;;;N;;;;;
10619 DB80;<Private Use High Surrogate, First>;Cs;0;L;;;;;N;;;;;
10620 DBFF;<Private Use High Surrogate, Last>;Cs;0;L;;;;;N;;;;;
10621 DC00;<Low Surrogate, First>;Cs;0;L;;;;;N;;;;;
10622 DFFF;<Low Surrogate, Last>;Cs;0;L;;;;;N;;;;;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8108 Candidate.Surrogate = Conversion; in AddSurrogateCandidate()
12064 if (shouldSkipNotingLambdaConversionDecl(Cand->Surrogate)) in NoteSurrogateCandidate()
12070 QualType FnType = Cand->Surrogate->getConversionType(); in NoteSurrogateCandidate()
12096 S.Diag(Cand->Surrogate->getLocation(), in NoteSurrogateCandidate()
12098 << Cand->Surrogate; in NoteSurrogateCandidate()
12100 if (S.CheckFunctionConstraints(Cand->Surrogate, Satisfaction)) in NoteSurrogateCandidate()
12103 S.Diag(Cand->Surrogate->getLocation(), diag::note_ovl_surrogate_cand) in NoteSurrogateCandidate()
12142 return Cand->Surrogate->getLocation(); in GetLocationForCandidate()
12408 = Cand->Surrogate->getConversionType().getNonReferenceType(); in CompleteNonViableCandidate()