Searched refs:ompExecutableDirective (Results 1 – 7 of 7) sorted by relevance
26 ompExecutableDirective( in registerMatchers()
46 Finder->addMatcher(ompExecutableDirective( in registerMatchers()
3496 auto Matcher = ompExecutableDirective(isStandaloneDirective()); in TEST_P()3519 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()3541 auto Matcher = ompExecutableDirective(hasAnyClause(anything())); in TEST_P()3587 ompExecutableDirective(hasAnyClause(ompDefaultClause(isNoneKind()))); in TEST_P()3633 ompExecutableDirective(hasAnyClause(ompDefaultClause(isSharedKind()))); in TEST_P()3678 auto Matcher = ompExecutableDirective( in TEST()3724 auto Matcher = ompExecutableDirective( in TEST_P()
2150 auto Matcher = stmt(ompExecutableDirective()); in TEST()2174 auto Matcher = ompExecutableDirective(hasAnyClause(ompDefaultClause())); in TEST()
477 REGISTER_MATCHER(ompExecutableDirective); in RegistryMaps()
1037 ompExecutableDirective; variable
7418 ompExecutableDirective;