Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/openmp/
H A DExceptionEscapeCheck.cpp48 hasStructuredBlock(stmt().bind("structured-block"))) in registerMatchers()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp4021 Source0, ompExecutableDirective(hasStructuredBlock(nullStmt())))); in TEST_P()
4029 Source1, ompExecutableDirective(hasStructuredBlock(nullStmt())))); in TEST_P()
4031 Source1, ompExecutableDirective(hasStructuredBlock(compoundStmt())))); in TEST_P()
4039 Source2, ompExecutableDirective(hasStructuredBlock(anything())))); in TEST_P()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp358 REGISTER_MATCHER(hasStructuredBlock); in RegistryMaps()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8305 AST_MATCHER_P(OMPExecutableDirective, hasStructuredBlock, in AST_MATCHER_P() argument