Home
last modified time | relevance | path

Searched refs:argumentCountIs (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp174 hasOverloadedOperatorName("()"), argumentCountIs(3), in gtestCallInternal()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp311 argumentCountIs(1), hasArgument(0, canResolveToExpr(equalsNode(Exp)))); in findDirectMutation()
509 argumentCountIs(1), in findReferenceMutation()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp138 REGISTER_MATCHER(argumentCountIs); in RegistryMaps()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4322 AST_POLYMORPHIC_MATCHER_P(argumentCountIs, in AST_POLYMORPHIC_MATCHER_P() argument