Searched defs:OMPExecutableDirective (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 304 OMPExecutableDirective(StmtClass SC, OpenMPDirectiveKind K, in OMPExecutableDirective() function 629 friend class OMPExecutableDirective; variable 1588 friend class OMPExecutableDirective; variable 1652 friend class OMPExecutableDirective; variable 1743 friend class OMPExecutableDirective; variable 1806 friend class OMPExecutableDirective; variable 1883 friend class OMPExecutableDirective; variable 1944 friend class OMPExecutableDirective; variable 1996 friend class OMPExecutableDirective; variable 2047 friend class OMPExecutableDirective; variable [all …]
|
H A D | OpenMPClause.h | 9008 friend class OMPExecutableDirective; variable
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenFunction.h | 84 class OMPExecutableDirective; variable
|
H A D | CGOpenMPRuntime.h | 46 class OMPExecutableDirective; variable
|
H A D | CGStmtOpenMP.cpp | 1619 const OMPExecutableDirective &, in emitEmptyBoundParameters() 4602 void VisitOMPExecutableDirective(const OMPExecutableDirective *) {} in VisitOMPExecutableDirective()
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 8621 AST_MATCHER(OMPExecutableDirective, isStandaloneDirective) { in AST_MATCHER() argument 8640 AST_MATCHER_P(OMPExecutableDirective, hasStructuredBlock, in AST_MATCHER_P() argument 8658 AST_MATCHER_P(OMPExecutableDirective, hasAnyClause, in AST_MATCHER_P() argument 8772 AST_MATCHER_P(OMPExecutableDirective, isAllowedToContainClauseKind, in AST_MATCHER_P() argument
|