Home
last modified time | relevance | path

Searched defs:CallFunctionF (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp623 StatementMatcher CallFunctionF = callExpr(callee(functionDecl(hasName("f")))); in TEST_P() local
646 StatementMatcher CallFunctionF = callExpr(callee(functionDecl(hasName("f")))); in TEST_P() local