Home | History | Annotate | Download | only in Sema

Lines Matching refs:Qualifiers

3656   // The type must match the tag exactly;  no qualifiers allowed.
3889 // producing further diagnostics for redundant qualifiers after this.
3901 // Spurious qualifiers here appear to be valid in C.
4171 qualifiers.
5356 Qualifiers::ObjCLifetime lifetime = type.getObjCLifetime();
5357 if (lifetime == Qualifiers::OCL_Autoreleasing) {
5375 } else if (lifetime == Qualifiers::OCL_None) {
5387 if (lifetime && lifetime != Qualifiers::OCL_ExplicitNone &&
5784 // space qualifiers.
5793 // address space qualifiers.
6525 // This includes arrays of objects with address space qualifiers, but not
8145 // matches (e.g., those that differ only in cv-qualifiers and
8409 (MD->getTypeQualifiers() & Qualifiers::Const) == 0) {
8417 EPI.TypeQuals |= Qualifiers::Const;
9426 if (VDecl->getType().getObjCLifetime() == Qualifiers::OCL_Strong &&
9950 case Qualifiers::OCL_None:
9951 case Qualifiers::OCL_ExplicitNone:
9952 case Qualifiers::OCL_Autoreleasing:
9955 case Qualifiers::OCL_Weak:
9956 case Qualifiers::OCL_Strong:
10565 T.getObjCLifetime() == Qualifiers::OCL_None &&
10568 Qualifiers::ObjCLifetime lifetime;
10579 lifetime = Qualifiers::OCL_ExplicitNone;
13580 Qualifiers::ObjCLifetime lifetime = T.getObjCLifetime();
13581 if (lifetime && lifetime != Qualifiers::OCL_ExplicitNone) {