Searched refs:DeclRefType (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp10671 QualType DeclRefType,
10703 DeclRefType, VK_LValue, Loc);
10792 QualType &DeclRefType) {
10806 DeclRefType = CaptureType.getNonReferenceType();
10837 DeclRefType = CaptureType.getNonReferenceType();
10842 DeclRefType.addConst();
10959 DeclRefType = CaptureType;
10962 if (const RecordType *Record = DeclRefType->getAs<RecordType>()) {
10975 DeclRefType.withConst(),
11025 // to the DeclRefType o
10669 captureInLambda(Sema &S, LambdaScopeInfo *LSI, VarDecl *Var, QualType FieldType, QualType DeclRefType, SourceLocation Loc, bool RefersToEnclosingLocal) argument
10788 tryCaptureVariable(VarDecl *Var, SourceLocation Loc, TryCaptureKind Kind, SourceLocation EllipsisLoc, bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType) argument
11094 QualType DeclRefType; local
11102 QualType DeclRefType; local
[all...]
/external/clang/include/clang/Sema/
H A DSema.h2943 /// \param DeclRefType Will be set to the type of a reference to the capture
2952 QualType &DeclRefType);

Completed in 91 milliseconds