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