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

/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp2416 StatementMatcher OperatorIntPointer = arraySubscriptExpr( local
2418 EXPECT_TRUE(matches("void x() { 1[\"abc\"]; }", OperatorIntPointer));
2419 EXPECT_TRUE(notMatches("void x() { \"abc\"[1]; }", OperatorIntPointer));

Completed in 62 milliseconds