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

  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 702 EXPECT_TRUE(matchAndVerifyResultTrue(
718 EXPECT_TRUE(matchAndVerifyResultTrue(
729 EXPECT_TRUE(matchAndVerifyResultTrue(
805 EXPECT_TRUE(matchAndVerifyResultTrue("class X {};",
814 EXPECT_TRUE(matchAndVerifyResultTrue("class A { public: A *a; class B {}; };",
821 EXPECT_TRUE(matchAndVerifyResultTrue("class A { void x() { x(); } };",
835 EXPECT_TRUE(matchAndVerifyResultTrue(
847 EXPECT_TRUE(matchAndVerifyResultTrue(
    [all...]
ASTMatchersTest.h 117 matchAndVerifyResultTrue(const std::string &Code, const T &AMatcher,

Completed in 50 milliseconds