Home
last modified time | relevance | path

Searched defs:OMPExecutableDirective (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h613 friend class OMPExecutableDirective; variable
1571 friend class OMPExecutableDirective; variable
1634 friend class OMPExecutableDirective; variable
1724 friend class OMPExecutableDirective; variable
1787 friend class OMPExecutableDirective; variable
1864 friend class OMPExecutableDirective; variable
1926 friend class OMPExecutableDirective; variable
1977 friend class OMPExecutableDirective; variable
2025 friend class OMPExecutableDirective; variable
2096 friend class OMPExecutableDirective; variable
[all …]
H A DOpenMPClause.h8897 friend class OMPExecutableDirective; variable
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.h81 class OMPExecutableDirective; variable
H A DCGOpenMPRuntime.h46 class OMPExecutableDirective; variable
H A DCGStmtOpenMP.cpp1593 const OMPExecutableDirective &, in emitEmptyBoundParameters()
4477 void VisitOMPExecutableDirective(const OMPExecutableDirective *) {} in VisitOMPExecutableDirective()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8286 AST_MATCHER(OMPExecutableDirective, isStandaloneDirective) { in AST_MATCHER() argument
8305 AST_MATCHER_P(OMPExecutableDirective, hasStructuredBlock, in AST_MATCHER_P() argument
8323 AST_MATCHER_P(OMPExecutableDirective, hasAnyClause, in AST_MATCHER_P() argument
8437 AST_MATCHER_P(OMPExecutableDirective, isAllowedToContainClauseKind, in AST_MATCHER_P() argument
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp2501 TEST(ASTMatchersTestOpenMP, OMPExecutableDirective) { in TEST() argument