Searched refs:cxxConstructorDecl (Results 1 – 4 of 4) sorted by relevance
115 hasMethod(cxxConstructorDecl(isMoveConstructor(), unless(isDeleted()))), in __anon78d823ce0602()117 unless(anyOf(hasMethod(cxxConstructorDecl(isCopyConstructor(), in __anon78d823ce0602()
184 REGISTER_MATCHER(cxxConstructorDecl); in RegistryMaps()
1253 cxxConstructorDecl;4711 if (expr(anyOf(cxxConstructExpr(hasDeclaration(cxxConstructorDecl( in AST_POLYMORPHIC_MATCHER_P2()4811 if (expr(anyOf(cxxConstructExpr(hasDeclaration(cxxConstructorDecl( in AST_POLYMORPHIC_MATCHER_P2()
778 cxxConstructorDecl; variable