Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:isPure

960                       cxxMethodDecl(isPure(), hasName("::X::f"))));
961 EXPECT_TRUE(notMatches("class X { int f(); };", cxxMethodDecl(isPure())));