Home
last modified time | relevance | path

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

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