Home | History | Annotate | Download | only in Sema

Lines Matching full:unqualified

1530     // cv-unqualified version of T. Otherwise, the type of the rvalue
1585 // The unqualified versions of the types are the same: there's no
2104 // If the unqualified pointee types are the same, this can't be a
2413 // The unqualified form of the pointee types must be compatible.
2928 // ToType have the same unqualified type (since we checked
6671 // cv-unqualified version is T1, and for a binary operator @ with
6672 // a left operand of a type whose cv-unqualified version is T1 and
6673 // a right operand of a type whose cv-unqualified version is T2,
7369 // cv-unqualified object type, and VQ is either volatile or
7394 // For every cv-qualified or cv-unqualified object type T, there
7618 // For every cv-qualified or cv-unqualified object type T
7816 // cv-unqualified object type and VQ is either volatile or
8050 // For every cv-qualified or cv-unqualified object type T there
10772 // Let X be the lookup set produced by unqualified lookup (3.4.1)
11058 // To do ADL, we must have found an unqualified name.