Home | History | Annotate | Download | only in Parse

Lines Matching full:trait

518 /// [G++]   unary-type-trait '(' type-id ')'
519 /// [G++] binary-type-trait '(' type-id ',' type-id ')' [TODO]
520 /// [EMBT] array-type-trait '(' type-id ',' integer ')'
550 /// [GNU/Embarcadero] unary-type-trait:
578 /// [GNU] unary-type-trait:
597 /// [Clang] unary-type-trait:
600 /// binary-type-trait:
606 /// [Embarcadero] array-type-trait:
610 /// [Embarcadero] expression-trait:
707 // is a parenthesis, this is likely to be a use of a type trait. Check
740 // If we find that this is in fact the name of a type trait,
742 // the appropriate kind of type trait.
1154 case tok::kw___is_abstract: // [GNU] unary-type-trait