Home
last modified time | relevance | path

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

/external/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp1276 StatementMatcher SingleDeclStmt = in TEST() local
1278 EXPECT_TRUE(matches("void f() {int a = 4;}", SingleDeclStmt)); in TEST()
1279 EXPECT_TRUE(notMatches("void f() {int a;}", SingleDeclStmt)); in TEST()
1281 SingleDeclStmt)); in TEST()