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

  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 24 EXPECT_TRUE(notMatches("class X {};", HasEmptyName));
31 EXPECT_TRUE(notMatches("class X {};", HasEmptyName));
38 EXPECT_TRUE(notMatches("class X {};", IsDerivedFromEmpty));
44 EXPECT_TRUE(notMatches("", decl(usingDecl())));
59 EXPECT_TRUE(notMatches("#define X 1", NamedX));
72 EXPECT_TRUE(notMatches("#define Xkl 1", NamedX));
81 EXPECT_TRUE(notMatches("int cab;", Abc));
89 EXPECT_TRUE(notMatches("class C { int ckc; };", StartsWithK));
105 EXPECT_TRUE(notMatches("", ClassX));
112 EXPECT_TRUE(notMatches("class X {};", IsDerivedFromX))
    [all...]
ASTMatchersTest.h 82 testing::AssertionResult notMatches(const std::string &Code,

Completed in 271 milliseconds