Searched defs:CallFunctionF (Results 1 – 1 of 1) sorted by relevance
623 StatementMatcher CallFunctionF = callExpr(callee(functionDecl(hasName("f")))); in TEST_P() local646 StatementMatcher CallFunctionF = callExpr(callee(functionDecl(hasName("f")))); in TEST_P() local