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

  /external/clang/unittests/ASTMatchers/
ASTMatchersTraversalTest.cpp 80 EXPECT_TRUE(matchAndVerifyResultTrue(
96 EXPECT_TRUE(matchAndVerifyResultTrue(
108 EXPECT_TRUE(matchAndVerifyResultTrue(
380 EXPECT_TRUE(matchAndVerifyResultTrue(
392 EXPECT_TRUE(matchAndVerifyResultTrue(
411 matchAndVerifyResultTrue("void f(int i) { int y; f(y); }", CallExpr,
415 matchAndVerifyResultTrue("void f(int i) { int y; f(y); }", CallExpr,
419 EXPECT_TRUE(matchAndVerifyResultTrue(
422 EXPECT_TRUE(matchAndVerifyResultTrue(
434 EXPECT_TRUE(matchAndVerifyResultTrue(
    [all...]
ASTMatchersInternalTest.cpp 65 EXPECT_TRUE(matchAndVerifyResultTrue("class A { class B {}; };",
88 EXPECT_TRUE(matchAndVerifyResultTrue("class A { class B {}; };",
ASTMatchersNarrowingTest.cpp 549 EXPECT_TRUE(matchAndVerifyResultTrue("class X {};",
558 EXPECT_TRUE(matchAndVerifyResultTrue("class A { public: A *a; class B {}; };",
565 EXPECT_TRUE(matchAndVerifyResultTrue("class A { void x() { x(); } };",
579 EXPECT_TRUE(matchAndVerifyResultTrue(
591 EXPECT_TRUE(matchAndVerifyResultTrue(
641 EXPECT_TRUE(matchAndVerifyResultTrue(
    [all...]
ASTMatchersTest.h 273 matchAndVerifyResultTrue(const std::string &Code, const T &AMatcher,
ASTMatchersNodeTest.cpp     [all...]

Completed in 160 milliseconds