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

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

Completed in 146 milliseconds