Home
last modified time | relevance | path

Searched refs:notMatchesObjC (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp742 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 …]
DASTMatchersTest.h187 testing::AssertionResult notMatchesObjC(const Twine &Code, const T &AMatcher) { in notMatchesObjC() function
DASTMatchersNodeTest.cpp2050 EXPECT_TRUE(notMatchesObjC("", objcMessageExpr(anything()))); in TEST()
2082 notMatchesObjC(Objc1String, objcMessageExpr(hasSelector("contents"), in TEST()
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.h147 testing::AssertionResult notMatchesObjC(const std::string &Code, in notMatchesObjC() function
DASTMatchersNodeTest.cpp1494 EXPECT_TRUE(notMatchesObjC("", objcMessageExpr(anything()))); in TEST()
1522 EXPECT_TRUE(notMatchesObjC( in TEST()