Home | History | Annotate | Download | only in Sema

Lines Matching refs:DeclRefType

9893                                   QualType DeclRefType,
9923 Expr *Ref = new (S.Context) DeclRefExpr(Var, false, DeclRefType,
10014 QualType &DeclRefType) {
10028 DeclRefType = CaptureType.getNonReferenceType();
10059 DeclRefType = CaptureType.getNonReferenceType();
10064 DeclRefType.addConst();
10166 DeclRefType = CaptureType;
10169 if (const RecordType *Record = DeclRefType->getAs<RecordType>()) {
10182 DeclRefType.withConst(),
10231 // to the DeclRefType or to CaptureType.getNonReferenceType(). GCC appears
10235 CaptureType = Context.getLValueReferenceType(DeclRefType);
10267 DeclRefType, Loc);
10274 DeclRefType = CaptureType.getNonReferenceType();
10281 DeclRefType = CaptureType.getNonReferenceType();
10283 DeclRefType.addConst();
10299 QualType DeclRefType;
10302 DeclRefType);
10307 QualType DeclRefType;
10311 /*BuildAndDiagnose=*/false, CaptureType, DeclRefType))
10314 return DeclRefType;