Home | History | Annotate | Download | only in Sema

Lines Matching refs:Qualified

1590     //   Cv-qualified references are ill-formed except when the
1594 // There don't appear to be any other contexts in which a cv-qualified
1623 QualType Qualified = S.BuildQualifiedType(Result, DeclLoc, TypeQuals, &DS);
1626 if (Qualified.isNull())
1629 Result = Qualified;
1649 // object or incomplete types shall not be restrict-qualified."
1703 // specifier-qualifier-list, the resulting type is the so-qualified
1736 // If the object type is const-qualified, we can safely use
1802 /// Kinds of declarator that cannot contain a qualified function type.
1815 /// Check whether the type T is a qualified function type, and if it is,
1972 // type, the (possibly cv-qualified) type void, a function type or an
3822 // [6.9.1/3] qualified void return is invalid on a C
4700 llvm_unreachable("qualified type locs not expected here!");
4818 llvm_unreachable("cannot be _Atomic qualified");
4956 // If this type is already address space qualified, reject it.
4957 // ISO/IEC TR 18037 S5.3 (amending C99 6.7.3): "No type shall be qualified by
4966 // qualified by an address-space qualifier."
5144 // until we reach a type that is directly qualified.
5147 // qualified, so some bit of sugar must be hiding it.
6845 /// and qualified by the nested-name-specifier contained in SS.