Searched defs:OMPExecutableDirective (Results 1 – 7 of 7) sorted by relevance
613 friend class OMPExecutableDirective; variable1571 friend class OMPExecutableDirective; variable1634 friend class OMPExecutableDirective; variable1724 friend class OMPExecutableDirective; variable1787 friend class OMPExecutableDirective; variable1864 friend class OMPExecutableDirective; variable1926 friend class OMPExecutableDirective; variable1977 friend class OMPExecutableDirective; variable2025 friend class OMPExecutableDirective; variable2096 friend class OMPExecutableDirective; variable[all …]
8897 friend class OMPExecutableDirective; variable
81 class OMPExecutableDirective; variable
46 class OMPExecutableDirective; variable
1593 const OMPExecutableDirective &, in emitEmptyBoundParameters()4477 void VisitOMPExecutableDirective(const OMPExecutableDirective *) {} in VisitOMPExecutableDirective()
8286 AST_MATCHER(OMPExecutableDirective, isStandaloneDirective) { in AST_MATCHER() argument8305 AST_MATCHER_P(OMPExecutableDirective, hasStructuredBlock, in AST_MATCHER_P() argument8323 AST_MATCHER_P(OMPExecutableDirective, hasAnyClause, in AST_MATCHER_P() argument8437 AST_MATCHER_P(OMPExecutableDirective, isAllowedToContainClauseKind, in AST_MATCHER_P() argument
2501 TEST(ASTMatchersTestOpenMP, OMPExecutableDirective) { in TEST() argument