Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/openmp/
DExceptionEscapeCheck.cpp48 hasStructuredBlock(stmt().bind("structured-block"))) in registerMatchers()
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp3519 Source0, ompExecutableDirective(hasStructuredBlock(nullStmt())))); in TEST_P()
3527 Source1, ompExecutableDirective(hasStructuredBlock(nullStmt())))); in TEST_P()
3529 Source1, ompExecutableDirective(hasStructuredBlock(compoundStmt())))); in TEST_P()
3537 Source2, ompExecutableDirective(hasStructuredBlock(anything())))); in TEST_P()
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp330 REGISTER_MATCHER(hasStructuredBlock); in RegistryMaps()
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h7452 AST_MATCHER_P(OMPExecutableDirective, hasStructuredBlock, in AST_MATCHER_P() argument