Searched refs:hasInitStatement (Results 1 – 4 of 4) sorted by relevance
1865 ifStmt(hasInitStatement(anything())))); in TEST_P()1867 switchStmt(hasInitStatement(anything())))); in TEST_P()1876 ifStmt(hasInitStatement(anything())))); in TEST_P()1885 ifStmt(hasInitStatement(anything())))); in TEST_P()1888 switchStmt(hasInitStatement(anything())))); in TEST_P()1900 cxxForRangeStmt(hasInitStatement(anything())))); in TEST_P()1905 cxxForRangeStmt(hasInitStatement(anything())))); in TEST_P()
3159 auto M = cxxForRangeStmt(unless(hasInitStatement(stmt()))); in TEST()3329 hasInitStatement(declStmt(hasSingleDecl(varDecl( in TEST()3354 auto M = cxxForRangeStmt(hasInitStatement(declStmt( in TEST()
322 REGISTER_MATCHER(hasInitStatement); in RegistryMaps()
5327 AST_POLYMORPHIC_MATCHER_P(hasInitStatement, in AST_POLYMORPHIC_MATCHER_P() argument