Searched refs:hasInitStatement (Results 1 – 4 of 4) sorted by relevance
1361 ifStmt(hasInitStatement(anything())))); in TEST_P()1363 switchStmt(hasInitStatement(anything())))); in TEST_P()1372 ifStmt(hasInitStatement(anything())))); in TEST_P()1381 ifStmt(hasInitStatement(anything())))); in TEST_P()1384 switchStmt(hasInitStatement(anything())))); in TEST_P()1396 cxxForRangeStmt(hasInitStatement(anything())))); in TEST_P()1401 cxxForRangeStmt(hasInitStatement(anything())))); in TEST_P()
2569 auto M = cxxForRangeStmt(unless(hasInitStatement(stmt()))); in TEST()2625 hasInitStatement(declStmt(hasSingleDecl(varDecl( in TEST()
298 REGISTER_MATCHER(hasInitStatement); in RegistryMaps()
4858 AST_POLYMORPHIC_MATCHER_P(hasInitStatement, in AST_POLYMORPHIC_MATCHER_P() argument