Searched refs:notMatchesObjC (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang/unittests/ASTMatchers/ |
D | ASTMatchersNarrowingTest.cpp | 742 EXPECT_TRUE(notMatchesObjC("@interface X @end", IsDerivedFromX)); in TEST_P() 743 EXPECT_TRUE(notMatchesObjC("@class X;", IsDerivedFromX)); in TEST_P() 744 EXPECT_TRUE(notMatchesObjC("@class Y;", IsDerivedFromX)); in TEST_P() 745 EXPECT_TRUE(notMatchesObjC("@interface X @end @compatibility_alias Y X;", in TEST_P() 747 EXPECT_TRUE(notMatchesObjC("@interface X @end typedef X Y;", IsDerivedFromX)); in TEST_P() 762 EXPECT_TRUE(notMatchesObjC("@interface X @end", IsDirectlyDerivedFromX)); in TEST_P() 763 EXPECT_TRUE(notMatchesObjC("@class X;", IsDirectlyDerivedFromX)); in TEST_P() 764 EXPECT_TRUE(notMatchesObjC("@class Y;", IsDirectlyDerivedFromX)); in TEST_P() 765 EXPECT_TRUE(notMatchesObjC("@interface X @end @compatibility_alias Y X;", in TEST_P() 768 notMatchesObjC("@interface X @end typedef X Y;", IsDirectlyDerivedFromX)); in TEST_P() [all …]
|
D | ASTMatchersTest.h | 187 testing::AssertionResult notMatchesObjC(const Twine &Code, const T &AMatcher) { in notMatchesObjC() function
|
D | ASTMatchersNodeTest.cpp | 2050 EXPECT_TRUE(notMatchesObjC("", objcMessageExpr(anything()))); in TEST() 2082 notMatchesObjC(Objc1String, objcMessageExpr(hasSelector("contents"), in TEST()
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTest.h | 147 testing::AssertionResult notMatchesObjC(const std::string &Code, in notMatchesObjC() function
|
D | ASTMatchersNodeTest.cpp | 1494 EXPECT_TRUE(notMatchesObjC("", objcMessageExpr(anything()))); in TEST() 1522 EXPECT_TRUE(notMatchesObjC( in TEST()
|