HomeSort by relevance Sort by last modified time
    Searched refs:MethodX (Results 1 - 2 of 2) sorted by null

  /external/clang/unittests/ASTMatchers/
ASTMatchersNodeTest.cpp 195 StatementMatcher MethodX =
198 EXPECT_TRUE(matches("class Y { void x() { x(); } };", MethodX));
199 EXPECT_TRUE(notMatches("class Y { void x() {} };", MethodX));
    [all...]
ASTMatchersNarrowingTest.cpp 562 StatementMatcher MethodX =
566 MethodX,
    [all...]

Completed in 141 milliseconds