Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp1865 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()
H A DASTMatchersTraversalTest.cpp3159 auto M = cxxForRangeStmt(unless(hasInitStatement(stmt()))); in TEST()
3329 hasInitStatement(declStmt(hasSingleDecl(varDecl( in TEST()
3354 auto M = cxxForRangeStmt(hasInitStatement(declStmt( in TEST()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp322 REGISTER_MATCHER(hasInitStatement); in RegistryMaps()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5327 AST_POLYMORPHIC_MATCHER_P(hasInitStatement, in AST_POLYMORPHIC_MATCHER_P() argument