Searched defs:isTriviallyDefaultConstructible (Results 1 – 3 of 3) sorted by relevance
31 AST_MATCHER(RecordDecl, isTriviallyDefaultConstructible) { in AST_MATCHER() argument
92 bool isTriviallyDefaultConstructible(QualType Type, const ASTContext &Context) { in isTriviallyDefaultConstructible() function
27 AST_MATCHER(CXXRecordDecl, isTriviallyDefaultConstructible) { in AST_MATCHER() argument