Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp235 argumentCountIs(1), hasArgument(0, equalsNode(Exp))); in findDirectMutation()
340 argumentCountIs(1), hasArgument(0, equalsNode(Exp))) in findReferenceMutation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp130 REGISTER_MATCHER(argumentCountIs); in RegistryMaps()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3491 AST_POLYMORPHIC_MATCHER_P(argumentCountIs, in AST_POLYMORPHIC_MATCHER_P() argument