Home | History | Annotate | Download | only in Sema

Lines Matching defs:Qualified

753     // "<proto1,proto2>" is an objc qualified ID with a missing id.
1121 // Cv-qualified references are ill-formed except when the
1125 // There don't appear to be any other contexts in which a cv-qualified
1168 QualType Qualified = S.BuildQualifiedType(Result, DeclLoc, TypeQuals, &DS);
1171 if (Qualified.isNull())
1174 Result = Qualified;
1190 // object or incomplete types shall not be restrict-qualified."
1241 // specifier-qualifier-list, the resulting type is the so-qualified
1274 // If the object type is const-qualified, we can safely use
1340 /// Kinds of declarator that cannot contain a qualified function type.
1353 /// Check whether the type T is a qualified function type, and if it is,
1510 // type, the (possibly cv-qualified) type void, a function type or an
3659 llvm_unreachable("qualified type locs not expected here!");
3776 llvm_unreachable("cannot be _Atomic qualified");
3913 // If this type is already address space qualified, reject it.
3914 // ISO/IEC TR 18037 S5.3 (amending C99 6.7.3): "No type shall be qualified by
3923 // qualified by an address-space qualifier."
4095 // until we reach a type that is directly qualified.
4098 // qualified, so some bit of sugar must be hiding it.
5457 /// and qualified by the nested-name-specifier contained in SS.