Searched defs:CallFunctionF (Results 1 – 2 of 2) sorted by relevance
624 StatementMatcher CallFunctionF = callExpr(callee(functionDecl(hasName("f")))); in TEST_P() local647 StatementMatcher CallFunctionF = callExpr(callee(functionDecl(hasName("f")))); in TEST_P() local
440 StatementMatcher CallFunctionF = callExpr(callee(functionDecl(hasName("f")))); in TEST() local