Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp452 const auto NonConstRefParam = forEachArgumentWithParamType( in findDirectMutation()
771 const auto ArgOfNonConstParameter = forEachArgumentWithParamType( in findPointeeToNonConst()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp257 REGISTER_MATCHER(forEachArgumentWithParamType); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5230 AST_POLYMORPHIC_MATCHER_P2(forEachArgumentWithParamType, in AST_POLYMORPHIC_MATCHER_P2() argument