Lines Matching full:clause
1134 /// class-key identifier[opt] base-clause[opt]
1135 /// class-key nested-name-specifier identifier base-clause[opt]
1137 /// base-clause[opt]
1138 /// [GNU] class-key attributes[opt] identifier[opt] base-clause[opt]
1140 /// identifier base-clause[opt]
1142 /// simple-template-id base-clause[opt]
1459 // If we are parsing a definition and stop at a base-clause, continue on
1686 /// ParseBaseClause - Parse the base-clause of a C++ class [C++ class.derived].
1688 /// base-clause : [C++ class.derived]
1694 assert(Tok.is(tok::colon) && "Not a base clause");
2446 /// initializer-clause:
2454 /// Prior to C++0x, the assignment-expression in an initializer-clause must
3215 /// ParseCXX11AttributeArgs -- Parse a C++11 attribute-argument-clause.
3217 /// [C++11] attribute-argument-clause:
3296 /// attribute-token attribute-argument-clause[opt]