Searched refs:argumentCountIs (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/Models/ |
| H A D | UncheckedOptionalAccessModel.cpp | 122 argumentCountIs(1), hasArgument(0, unless(hasNulloptType()))); in isOptionalValueOrConversionConstructor() 131 argumentCountIs(2), hasArgument(1, unless(hasNulloptType()))); in isOptionalValueOrConversionAssignment() 135 return cxxConstructExpr(hasNulloptType(), argumentCountIs(1), in isNulloptConstructor() 142 argumentCountIs(2), in isOptionalNulloptAssignment() 148 argumentCountIs(2), hasArgument(0, hasOptionalType()), in isStdSwapCall() 198 argumentCountIs(2), hasArgument(0, lhs_arg_matcher), in isComparisonOperatorCall()
|
| /openbsd-src/gnu/llvm/clang/lib/ASTMatchers/ |
| H A D | GtestMatchers.cpp | 174 hasOverloadedOperatorName("()"), argumentCountIs(3), in gtestCallInternal()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 321 argumentCountIs(1), hasArgument(0, canResolveToExpr(equalsNode(Exp)))); in findDirectMutation() 521 argumentCountIs(1), in findReferenceMutation()
|
| /openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 137 REGISTER_MATCHER(argumentCountIs); in RegistryMaps()
|
| /openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 4406 AST_POLYMORPHIC_MATCHER_P(argumentCountIs, in AST_POLYMORPHIC_MATCHER_P() argument
|