Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:functionType

717       qualType(functionType(), forEach(qualType(isInteger()).bind("x"))),
3386 EXPECT_TRUE(matches("int (*f)(int);", functionType()));
3387 EXPECT_TRUE(matches("void f(int i) {}", functionType()));