Searched defs:isAggregate (Results 1 – 4 of 4) sorted by relevance
46 inline bool isAggregate(CVType CVT) { in isAggregate() function
83 AST_MATCHER(CXXRecordDecl, isAggregate) { in AST_MATCHER() argument
267 bool isAggregate() const { return HasLV || RV.isAggregate(); } in isAggregate() function
1147 bool isAggregate() const { return data().Aggregate; } isAggregate() function