HomeSort by: relevance | last modified time | path
    Searched refs:Surrogate (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Overload.h 790 /// (C++ [over.oper]) or a surrogate for a conversion to a
803 /// Surrogate - The conversion function for which this candidate
804 /// is a surrogate, but only if IsSurrogate is true.
805 CXXConversionDecl *Surrogate;
828 /// surrogate for a conversion to a function pointer or reference
898 QualType STy = Surrogate->getConversionType();
  /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
format.txt 35 Cs 11 Other, Surrogate
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp 7507 /// AddSurrogateCandidate - Adds a "surrogate" candidate function that
7529 Candidate.Surrogate = Conversion;
11224 if (shouldSkipNotingLambdaConversionDecl(Cand->Surrogate))
11227 // Desugar the type of the surrogate down to a function type,
11230 QualType FnType = Cand->Surrogate->getConversionType();
11254 S.Diag(Cand->Surrogate->getLocation(), diag::note_ovl_surrogate_cand)
11292 return Cand->Surrogate->getLocation();
11523 = Cand->Surrogate->getConversionType().getNonReferenceType();
14494 // of (P1,...,Pn) returning R", a surrogate call function [...]
14496 // surrogate call functions are added to the set of candidat
    [all...]

Completed in 58 milliseconds