Home | History | Annotate | Download | only in Sema

Lines Matching full:qualifiers

274   //   The top-level cv-qualifiers of the lvalue expression or the type-id
278 Qualifiers Quals;
330 Qualifiers Quals;
549 // cv-qualifiers from the static type of the operand of throw and adjusting
952 AllocType.getObjCLifetime() == Qualifiers::OCL_None &&
1204 if (BaseAllocType.getObjCLifetime() == Qualifiers::OCL_None &&
1937 (PointeeElem.getObjCLifetime() == Qualifiers::OCL_Strong ||
1938 PointeeElem.getObjCLifetime() == Qualifiers::OCL_Weak) &&
2731 case Qualifiers::OCL_None:
2732 case Qualifiers::OCL_ExplicitNone:
2735 case Qualifiers::OCL_Strong:
2736 case Qualifiers::OCL_Weak:
2737 case Qualifiers::OCL_Autoreleasing:
2843 T.getObjCLifetime() == Qualifiers::OCL_Autoreleasing)
3035 // Base is a base class of Derived without regard to cv-qualifiers or
3037 // regard to cv-qualifiers.
3053 // (ignoring possible cv-qualifiers) then Derived shall be a
3375 // The cv qualifiers are the union of those in the pointer and the left side,
3880 // FIXME: extended qualifiers?
3897 // of where we need to fill in additional 'const' qualifiers.
3915 // of where we need to fill in additional 'const' qualifiers.
3934 // Extension: Add 'const' to qualifiers that come before the first qualifier
3938 if ((QualifierUnion[I] & Qualifiers::Const) == 0) {
3939 QualifierUnion[I] = QualifierUnion[I] | Qualifiers::Const;
3952 Qualifiers Quals = Qualifiers::fromCVRMask(*I);
4345 if (DestructedType.getObjCLifetime() == Qualifiers::OCL_None) {