Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp1361 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()
DASTMatchersTraversalTest.cpp2569 auto M = cxxForRangeStmt(unless(hasInitStatement(stmt()))); in TEST()
2625 hasInitStatement(declStmt(hasSingleDecl(varDecl( in TEST()
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp298 REGISTER_MATCHER(hasInitStatement); in RegistryMaps()
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h4858 AST_POLYMORPHIC_MATCHER_P(hasInitStatement, in AST_POLYMORPHIC_MATCHER_P() argument