Home
last modified time | relevance | path

Searched refs:cxxConstructExpr (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp106 return cxxConstructExpr( in isOptionalNulloptConstructor()
113 return cxxConstructExpr(hasOptionalType(), in isOptionalInPlaceConstructor()
118 return cxxConstructExpr( in isOptionalValueOrConversionConstructor()
135 return cxxConstructExpr(hasNulloptType(), argumentCountIs(1), in isNulloptConstructor()
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp340 cxxConstructExpr(NonConstRefParam, NotInstantiated), in findDirectMutation()
559 cxxConstructExpr(NonConstRefParam, IsInstantiated, in findFunctionArgMutation()
/openbsd/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp185 REGISTER_MATCHER(cxxConstructExpr); in RegistryMaps()
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1876 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()
/openbsd/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp871 cxxConstructExpr; variable