Searched defs:OMPExecutableDirective (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 304 OMPExecutableDirective(StmtClass SC, OpenMPDirectiveKind K, OMPExecutableDirective() function 629 friend class OMPExecutableDirective; global() 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 3170 friend class OMPExecutableDirective; global() variable 3224 friend class OMPExecutableDirective; global() variable 3278 friend class OMPExecutableDirective; global() variable 3333 friend class OMPExecutableDirective; global() variable 3387 friend class OMPExecutableDirective; global() variable 3467 friend class OMPExecutableDirective; global() variable 3562 friend class OMPExecutableDirective; global() variable 3615 friend class OMPExecutableDirective; global() variable 3673 friend class OMPExecutableDirective; global() variable 3733 friend class OMPExecutableDirective; global() variable 3806 friend class OMPExecutableDirective; global() variable 3872 friend class OMPExecutableDirective; global() variable 3948 friend class OMPExecutableDirective; global() variable 4024 friend class OMPExecutableDirective; global() variable 4089 friend class OMPExecutableDirective; global() variable 4155 friend class OMPExecutableDirective; global() variable 4233 friend class OMPExecutableDirective; global() variable 4311 friend class OMPExecutableDirective; global() variable 4378 friend class OMPExecutableDirective; global() variable 4443 friend class OMPExecutableDirective; global() variable 4510 friend class OMPExecutableDirective; global() variable 4566 friend class OMPExecutableDirective; global() variable 4662 friend class OMPExecutableDirective; global() variable 4727 friend class OMPExecutableDirective; global() variable 4793 friend class OMPExecutableDirective; global() variable 4860 friend class OMPExecutableDirective; global() variable 4925 friend class OMPExecutableDirective; global() variable 4991 friend class OMPExecutableDirective; global() variable 5059 friend class OMPExecutableDirective; global() variable 5125 friend class OMPExecutableDirective; global() variable 5218 friend class OMPExecutableDirective; global() variable 5274 friend class OMPExecutableDirective; global() variable 5341 friend class OMPExecutableDirective; global() variable 5439 friend class OMPExecutableDirective; global() variable 5509 friend class OMPExecutableDirective; global() variable 5567 friend class OMPExecutableDirective; global() variable 5649 friend class OMPExecutableDirective; global() variable 5723 friend class OMPExecutableDirective; global() variable 5776 friend class OMPExecutableDirective; global() variable 5829 friend class OMPExecutableDirective; global() variable 5894 friend class OMPExecutableDirective; global() variable 5945 friend class OMPExecutableDirective; global() variable 5984 friend class OMPExecutableDirective; global() variable 6046 friend class OMPExecutableDirective; global() variable 6111 friend class OMPExecutableDirective; global() variable 6186 friend class OMPExecutableDirective; global() variable 6251 friend class OMPExecutableDirective; global() variable 6313 friend class OMPExecutableDirective; global() variable [all...] |
H A D | OpenMPClause.h | 9008 friend class OMPExecutableDirective; global() variable
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenFunction.h | 84 class OMPExecutableDirective; global() variable [all...] |
H A D | CGOpenMPRuntime.h | 46 class OMPExecutableDirective; variable [all...] |
H A D | CGStmtOpenMP.cpp | 1614 emitEmptyBoundParameters(CodeGenFunction &,const OMPExecutableDirective &,llvm::SmallVectorImpl<llvm::Value * > &) emitEmptyBoundParameters() argument 4584 VisitOMPExecutableDirective(const OMPExecutableDirective *) VisitOMPExecutableDirective() argument [all...] |
/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 8621 AST_MATCHER(OMPExecutableDirective,isStandaloneDirective) AST_MATCHER() argument 8640 AST_MATCHER_P(OMPExecutableDirective,hasStructuredBlock,internal::Matcher<Stmt>,InnerMatcher) AST_MATCHER_P() argument 8658 AST_MATCHER_P(OMPExecutableDirective,hasAnyClause,internal::Matcher<OMPClause>,InnerMatcher) AST_MATCHER_P() argument 8772 AST_MATCHER_P(OMPExecutableDirective,isAllowedToContainClauseKind,OpenMPClauseKind,CKind) AST_MATCHER_P() argument
|
/llvm-project/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersNodeTest.cpp | 2642 TEST(ASTMatchersTestOpenMP,OMPExecutableDirective) TEST() argument
|