Searched defs:OMPExecutableDirective (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/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 1587 friend class OMPExecutableDirective; global() variable 1651 friend class OMPExecutableDirective; global() variable 1742 friend class OMPExecutableDirective; global() variable 1805 friend class OMPExecutableDirective; global() variable 1882 friend class OMPExecutableDirective; global() variable 1943 friend class OMPExecutableDirective; global() variable 1995 friend class OMPExecutableDirective; global() variable 2046 friend class OMPExecutableDirective; global() variable 2094 friend class OMPExecutableDirective; global() variable 2165 friend class OMPExecutableDirective; global() variable 2262 friend class OMPExecutableDirective; global() variable 2327 friend class OMPExecutableDirective; global() variable 2390 friend class OMPExecutableDirective; global() variable 2454 friend class OMPExecutableDirective; global() variable 2535 friend class OMPExecutableDirective; global() variable 2597 friend class OMPExecutableDirective; global() variable 2643 friend class OMPExecutableDirective; global() variable 2689 friend class OMPExecutableDirective; global() variable 2740 friend class OMPExecutableDirective; global() variable 2807 friend class OMPExecutableDirective; global() variable 2859 friend class OMPExecutableDirective; global() variable 2911 friend class OMPExecutableDirective; global() variable 2965 friend class OMPExecutableDirective; global() variable 3167 friend class OMPExecutableDirective; global() variable 3221 friend class OMPExecutableDirective; global() variable 3275 friend class OMPExecutableDirective; global() variable 3330 friend class OMPExecutableDirective; global() variable 3384 friend class OMPExecutableDirective; global() variable 3464 friend class OMPExecutableDirective; global() variable 3559 friend class OMPExecutableDirective; global() variable 3612 friend class OMPExecutableDirective; global() variable 3670 friend class OMPExecutableDirective; global() variable 3730 friend class OMPExecutableDirective; global() variable 3803 friend class OMPExecutableDirective; global() variable 3869 friend class OMPExecutableDirective; global() variable 3945 friend class OMPExecutableDirective; global() variable 4021 friend class OMPExecutableDirective; global() variable 4086 friend class OMPExecutableDirective; global() variable 4152 friend class OMPExecutableDirective; global() variable 4230 friend class OMPExecutableDirective; global() variable 4308 friend class OMPExecutableDirective; global() variable 4375 friend class OMPExecutableDirective; global() variable 4440 friend class OMPExecutableDirective; global() variable 4507 friend class OMPExecutableDirective; global() variable 4563 friend class OMPExecutableDirective; global() variable 4659 friend class OMPExecutableDirective; global() variable 4724 friend class OMPExecutableDirective; global() variable 4790 friend class OMPExecutableDirective; global() variable 4857 friend class OMPExecutableDirective; global() variable 4922 friend class OMPExecutableDirective; global() variable 4988 friend class OMPExecutableDirective; global() variable 5056 friend class OMPExecutableDirective; global() variable 5122 friend class OMPExecutableDirective; global() variable 5215 friend class OMPExecutableDirective; global() variable 5271 friend class OMPExecutableDirective; global() variable 5338 friend class OMPExecutableDirective; global() variable 5436 friend class OMPExecutableDirective; global() variable 5506 friend class OMPExecutableDirective; global() variable 5564 friend class OMPExecutableDirective; global() variable 5646 friend class OMPExecutableDirective; global() variable 5720 friend class OMPExecutableDirective; global() variable 5773 friend class OMPExecutableDirective; global() variable 5826 friend class OMPExecutableDirective; global() variable 5891 friend class OMPExecutableDirective; global() variable 5942 friend class OMPExecutableDirective; global() variable 5981 friend class OMPExecutableDirective; global() variable 6043 friend class OMPExecutableDirective; global() variable 6108 friend class OMPExecutableDirective; global() variable 6174 friend class OMPExecutableDirective; global() variable 6239 friend class OMPExecutableDirective; global() variable 6301 friend class OMPExecutableDirective; global() variable [all...] |
H A D | OpenMPClause.h | 8968 friend class OMPExecutableDirective; global() variable
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenFunction.h | 82 class OMPExecutableDirective; global() variable [all...] |
H A D | CGOpenMPRuntime.h | 46 class OMPExecutableDirective; variable [all...] |
H A D | CGStmtOpenMP.cpp | 1591 emitEmptyBoundParameters(CodeGenFunction &,const OMPExecutableDirective &,llvm::SmallVectorImpl<llvm::Value * > &) emitEmptyBoundParameters() argument 4557 VisitOMPExecutableDirective(const OMPExecutableDirective *) VisitOMPExecutableDirective() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 8583 AST_MATCHER(OMPExecutableDirective,isStandaloneDirective) AST_MATCHER() argument 8602 AST_MATCHER_P(OMPExecutableDirective,hasStructuredBlock,internal::Matcher<Stmt>,InnerMatcher) AST_MATCHER_P() argument 8620 AST_MATCHER_P(OMPExecutableDirective,hasAnyClause,internal::Matcher<OMPClause>,InnerMatcher) AST_MATCHER_P() argument 8734 AST_MATCHER_P(OMPExecutableDirective,isAllowedToContainClauseKind,OpenMPClauseKind,CKind) AST_MATCHER_P() argument
|