Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/openmp/
H A DUseDefaultNoneCheck.cpp26 ompExecutableDirective( in registerMatchers()
H A DExceptionEscapeCheck.cpp46 Finder->addMatcher(ompExecutableDirective( in registerMatchers()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp3998 auto Matcher = ompExecutableDirective(isStandaloneDirective()); in TEST_P()
4021 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()
4043 auto Matcher = ompExecutableDirective(hasAnyClause(anything())); in TEST_P()
4089 ompExecutableDirective(hasAnyClause(ompDefaultClause(isNoneKind()))); in TEST_P()
4142 ompExecutableDirective(hasAnyClause(ompDefaultClause(isSharedKind()))); in TEST_P()
4194 auto Matcher = ompExecutableDirective( in TEST()
4248 ompExecutableDirective(hasAnyClause(ompDefaultClause(isPrivateKind()))); in TEST()
[all …]
H A DASTMatchersNodeTest.cpp2502 auto Matcher = stmt(ompExecutableDirective()); in TEST()
2526 auto Matcher = ompExecutableDirective(hasAnyClause(ompDefaultClause())); in TEST()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp514 REGISTER_MATCHER(ompExecutableDirective); in RegistryMaps()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1079 ompExecutableDirective; variable
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8271 ompExecutableDirective;