Home
last modified time | relevance | path

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

/external/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp343 StatementMatcher WrongIndex = callExpr( in TEST() local
345 EXPECT_TRUE(notMatches("void x(int) { int y; x(y); }", WrongIndex)); in TEST()
1292 unsigned WrongIndex = 42; in TEST() local
1294 declStmt(containsDeclaration(WrongIndex, in TEST()
DASTMatchersNarrowingTest.cpp1035 StatementMatcher WrongIndex = cxxConstructExpr( in TEST() local
1039 WrongIndex)); in TEST()