Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DLowLevelHelpers.h24 void matchEachArgumentWithParamType(
29 void matchEachArgumentWithParamType(
H A DASTMatchers.h5249 matchEachArgumentWithParamType(*Call, ProcessParamAndArg); in AST_POLYMORPHIC_MATCHER_P2()
5251 matchEachArgumentWithParamType(*Construct, ProcessParamAndArg); in AST_POLYMORPHIC_MATCHER_P2()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DLowLevelHelpers.cpp90 void matchEachArgumentWithParamType( in matchEachArgumentWithParamType() function
97 void matchEachArgumentWithParamType( in matchEachArgumentWithParamType() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp323 ast_matchers::matchEachArgumentWithParamType( in findStmtsInUnspecifiedPointerContext()