Lines Matching defs:Initializer
1759 /// for-range-initializer, and place it here.
2054 // must parse and analyze the for-range-initializer before the declaration is
2130 // declarator initializer[opt]
2182 /// (including any attributes or initializer, among other things) and
2187 /// declarator '=' initializer
2189 /// [GNU] declarator simple-asm-expr[opt] attributes[opt] '=' initializer
2190 /// [C++] declarator initializer[opt]
2192 /// [C++] initializer:
2193 /// [C++] '=' initializer-clause
2212 // RAII type used to track whether we're inside an initializer.
2321 // Parse declarator '=' initializer.
2380 // Parse C++ direct initializer: '(' expression-list ')'
2427 ExprResult Initializer = Actions.ActOnParenListExpr(T.getOpenLocation(),
2430 Actions.AddInitializerToDecl(ThisDecl, Initializer.get(),
5926 /// <decl-spec> '[' identifier-list ']' brace-or-equal-initializer ';'
6097 // If this might be an abstract-declarator followed by a direct-initializer,
6099 // that it's an initializer instead.
6202 // The paren may be part of a C++ direct initializer, eg. "int x(1);".
6208 // a possible direct initializer.
6784 /// [C++11] initializer-clause