Searched defs:DeclRefType (Results 1 - 1 of 1) 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...]

Completed in 66 milliseconds