Home | History | Annotate | Download | only in Sema

Lines Matching refs:DeclRefType

11613                                       QualType &DeclRefType) {
11623 DeclRefType = CaptureType.getNonReferenceType();
11628 DeclRefType.addConst();
11719 QualType &DeclRefType,
11753 DeclRefType = CaptureType;
11756 if (const RecordType *Record = DeclRefType->getAs<RecordType>()) {
11773 DeclRefType.withConst(),
11811 QualType &DeclRefType,
11818 CaptureType = S.Context.getLValueReferenceType(DeclRefType);
11835 DeclRefType, VK_LValue, Loc);
11854 QualType DeclRefType,
11886 DeclRefType, VK_LValue, Loc);
11978 QualType &DeclRefType,
12003 // to the DeclRefType or to CaptureType.getNonReferenceType(). GCC appears
12007 CaptureType = S.Context.getLValueReferenceType(DeclRefType);
12052 CaptureType, DeclRefType, Loc,
12060 DeclRefType = CaptureType.getNonReferenceType();
12067 DeclRefType = CaptureType.getNonReferenceType();
12069 DeclRefType.addConst();
12085 QualType &DeclRefType,
12117 DeclRefType = CaptureType.getNonReferenceType();
12135 DeclRefType))
12300 DeclRefType, Nested, *this))
12306 DeclRefType, Nested, *this))
12313 DeclRefType, Nested, Kind, EllipsisLoc,
12325 QualType DeclRefType;
12328 DeclRefType, nullptr);
12333 QualType DeclRefType;
12338 DeclRefType, nullptr))
12341 return DeclRefType;