Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DTestingSupportTest.cpp25 const FunctionDecl *findTargetFunc(ASTContext &Context, T FunctionMatcher) { in findTargetFunc() function
47 const FunctionDecl *Func = findTargetFunc(Context, hasName(TargetName)); in runTest()