Searched refs:cxxConstructExpr (Results 1 – 5 of 5) sorted by relevance
106 return cxxConstructExpr( in isOptionalNulloptConstructor()113 return cxxConstructExpr(hasOptionalType(), in isOptionalInPlaceConstructor()118 return cxxConstructExpr( in isOptionalValueOrConversionConstructor()135 return cxxConstructExpr(hasNulloptType(), argumentCountIs(1), in isNulloptConstructor()
340 cxxConstructExpr(NonConstRefParam, NotInstantiated), in findDirectMutation()559 cxxConstructExpr(NonConstRefParam, IsInstantiated, in findFunctionArgMutation()
185 REGISTER_MATCHER(cxxConstructExpr); in RegistryMaps()
1876 cxxConstructExpr;4838 if (expr(anyOf(cxxConstructExpr(hasDeclaration(cxxConstructorDecl( in AST_POLYMORPHIC_MATCHER_P2()4938 if (expr(anyOf(cxxConstructExpr(hasDeclaration(cxxConstructorDecl( in AST_POLYMORPHIC_MATCHER_P2()
871 cxxConstructExpr; variable