Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DRedundantControlFlowCheck.cpp36 hasBody(compoundStmt(hasAnySubstatement( in registerMatchers()
42 .with(hasBody(compoundStmt(hasAnySubstatement(continueStmt())) in registerMatchers()
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DSourceCodeBuildersTest.cpp52 hasDescendant(compoundStmt(hasAnySubstatement(Matcher)))); in wrapMatcher()
H A DStencilTest.cpp54 hasDescendant(compoundStmt(hasAnySubstatement(Matcher)))); in wrapMatcher()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp281 REGISTER_MATCHER(hasAnySubstatement); in RegistryMaps()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp2112 compoundStmt(hasAnySubstatement(forStmt())))); in TEST()
2118 compoundStmt(hasAnySubstatement(forStmt())))); in TEST()
2123 compoundStmt(hasAnySubstatement(forStmt())))); in TEST()
2128 compoundStmt(hasAnySubstatement(forStmt())))); in TEST()
5106 has(compoundStmt(hasAnySubstatement(ifStmt())))), in TEST()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5535 AST_POLYMORPHIC_MATCHER_P(hasAnySubstatement, in AST_POLYMORPHIC_MATCHER_P() argument
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp450 hasAnySubstatement(declStmt(hasSingleDecl(varDecl( in TEST_P()