Home
last modified time | relevance | path

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

/external/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp742 StatementMatcher OperatorIntPointer = arraySubscriptExpr( in TEST() local
744 EXPECT_TRUE(matches("void x() { 1[\"abc\"]; }", OperatorIntPointer)); in TEST()
745 EXPECT_TRUE(notMatches("void x() { \"abc\"[1]; }", OperatorIntPointer)); in TEST()