Searched refs:notMatches (Results 1 – 3 of 3) sorted by relevance
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTest.cpp | 26 EXPECT_TRUE(notMatches("class X {};", HasEmptyName)); in TEST() 33 EXPECT_TRUE(notMatches("class X {};", HasEmptyName)); in TEST() 40 EXPECT_TRUE(notMatches("class X {};", IsDerivedFromEmpty)); in TEST() 59 EXPECT_TRUE(notMatches("", decl(usingDecl()))); in TEST() 74 EXPECT_TRUE(notMatches("#define X 1", NamedX)); in TEST() 87 EXPECT_TRUE(notMatches("#define Xkl 1", NamedX)); in TEST() 96 EXPECT_TRUE(notMatches("int cab;", Abc)); in TEST() 104 EXPECT_TRUE(notMatches("class C { int ckc; };", StartsWithK)); in TEST() 121 EXPECT_TRUE(notMatches("", ClassX)); in TEST() 128 EXPECT_TRUE(notMatches("class X {};", IsDerivedFromX)); in TEST() [all …]
|
D | ASTMatchersTest.h | 108 testing::AssertionResult notMatches(const std::string &Code, in notMatches() function
|
/external/clang/unittests/ASTMatchers/Dynamic/ |
D | RegistryTest.cpp | 389 EXPECT_TRUE(notMatches("struct Foo {};", D)); in TEST_F()
|