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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 17139 QualType CaptureType, DeclRefType;
17145 CaptureType, DeclRefType,
17234 QualType &DeclRefType) {
17244 DeclRefType = CaptureType.getNonReferenceType();
17254 DeclRefType.addConst();
17344 QualType &DeclRefType,
17399 DeclRefType = CaptureType;
17414 const bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType,
17424 bool HasConst = DeclRefType.isConstQualified();
17425 DeclRefType = DeclRefType.getUnqualifiedType()
    [all...]
SemaLambda.cpp 202 QualType CaptureType, DeclRefType;
209 DeclRefType, &IndexOfCaptureReadyLambda);
SemaExprCXX.cpp 7958 QualType CaptureType, DeclRefType;
7963 DeclRefType, nullptr)) {
7969 DeclRefType, nullptr);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 5010 /// \param DeclRefType Will be set to the type of a reference to the capture
5025 QualType &DeclRefType,

Completed in 39 milliseconds