Home | History | Annotate | Download | only in AST

Lines Matching refs:Aggregate

302     /// Aggregate - True when this class is an aggregate.
303 bool Aggregate : 1;
1037 /// isAggregate - Whether this class is an aggregate (C++
1041 bool isAggregate() const { return data().Aggregate; }
1044 /// that is an aggregate that has no non-static non-POD data members, no
1195 // -- it is an aggregate type or has at least one constexpr constructor or