Home | History | Annotate | Download | only in Sema

Lines Matching defs:Initializer

51   // See if this is an auto-typed variable whose initializer we are parsing.
165 // See if this is an auto-typed variable whose initializer we are parsing.
3288 // Check the expression as an initializer for the parameter.
4003 // Ignore failures; dropping the entire initializer list because
4320 // If this is a vector initializer, '(' type ')' '(' init, ..., init ')'
4364 // If a single value is specified in the initializer then it will be
4368 // vector. If a single value is specified in the initializer then it will
5638 // Build an initializer list that designates the appropriate member
5641 InitListExpr *Initializer = new (C) InitListExpr(C, SourceLocation(),
5644 Initializer->setType(UnionType);
5645 Initializer->setInitializedFieldInUnion(Field);
5648 // union type from this initializer list.
5652 VK_RValue, Initializer, false));
7877 // The syntax only allows initializer lists on the RHS of assignment,