Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h613 friend class OMPExecutableDirective; variable
1504 friend class OMPExecutableDirective; variable
1567 friend class OMPExecutableDirective; variable
1657 friend class OMPExecutableDirective; variable
1720 friend class OMPExecutableDirective; variable
1797 friend class OMPExecutableDirective; variable
1859 friend class OMPExecutableDirective; variable
1910 friend class OMPExecutableDirective; variable
1958 friend class OMPExecutableDirective; variable
2029 friend class OMPExecutableDirective; variable
[all …]
H A DOpenMPClause.h8571 friend class OMPExecutableDirective; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h85 class OMPExecutableDirective; variable
H A DCGOpenMPRuntime.h47 class OMPExecutableDirective; variable
H A DCGStmtOpenMP.cpp1609 const OMPExecutableDirective &, in emitEmptyBoundParameters()
4243 void VisitOMPExecutableDirective(const OMPExecutableDirective *) { return; } in VisitOMPExecutableDirective()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7875 AST_MATCHER(OMPExecutableDirective, isStandaloneDirective) { in AST_MATCHER() argument
7894 AST_MATCHER_P(OMPExecutableDirective, hasStructuredBlock, in AST_MATCHER_P() argument
7912 AST_MATCHER_P(OMPExecutableDirective, hasAnyClause, in AST_MATCHER_P() argument
8003 AST_MATCHER_P(OMPExecutableDirective, isAllowedToContainClauseKind, in AST_MATCHER_P() argument