Home | History | Annotate | Download | only in Sema

Lines Matching refs:getNonReferenceType

2780       type = type.getNonReferenceType();
2816 type = type.getNonReferenceType();
6765 // The getNonReferenceType() call makes sure that the resulting expression
10347 CurrentType = MemberDecl->getType().getNonReferenceType();
11623 DeclRefType = CaptureType.getNonReferenceType();
11752 CaptureType = CaptureType.getNonReferenceType().withConst();
12003 // to the DeclRefType or to CaptureType.getNonReferenceType(). GCC appears
12060 DeclRefType = CaptureType.getNonReferenceType();
12067 DeclRefType = CaptureType.getNonReferenceType();
12117 DeclRefType = CaptureType.getNonReferenceType();
13247 E->setType(DestType.getNonReferenceType());