Home
last modified time | relevance | path

Searched refs:OMPTeamsDistributeDirective (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp1805 OMPTeamsDistributeDirective *OMPTeamsDistributeDirective::Create( in Create()
1809 auto *Dir = createDirective<OMPTeamsDistributeDirective>( in Create()
1840 OMPTeamsDistributeDirective *
1841 OMPTeamsDistributeDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1844 return createEmptyDirective<OMPTeamsDistributeDirective>( in CreateEmpty()
H A DStmtProfile.cpp1178 const OMPTeamsDistributeDirective *S) { in VisitOMPTeamsDistributeDirective()
H A DStmtPrinter.cpp1028 OMPTeamsDistributeDirective *Node) { in VisitOMPTeamsDistributeDirective()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td277 def OMPTeamsDistributeDirective : StmtNode<OMPLoopDirective>;
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h4850 class OMPTeamsDistributeDirective final : public OMPLoopDirective {
4860 OMPTeamsDistributeDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTeamsDistributeDirective() function
4870 explicit OMPTeamsDistributeDirective(unsigned CollapsedNum) in OMPTeamsDistributeDirective() function
4886 static OMPTeamsDistributeDirective *
4897 static OMPTeamsDistributeDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3111 DEF_TRAVERSE_STMT(OMPTeamsDistributeDirective,
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp2589 OMPTeamsDistributeDirective *D) { in VisitOMPTeamsDistributeDirective()
3579 S = OMPTeamsDistributeDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2551 OMPTeamsDistributeDirective *D) { in VisitOMPTeamsDistributeDirective()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp367 EmitOMPTeamsDistributeDirective(cast<OMPTeamsDistributeDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3561 void EmitOMPTeamsDistributeDirective(const OMPTeamsDistributeDirective &S);
H A DCGStmtOpenMP.cpp6856 const OMPTeamsDistributeDirective &S) { in EmitOMPTeamsDistributeDirective()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2203 void VisitOMPTeamsDistributeDirective(const OMPTeamsDistributeDirective *D);
3260 const OMPTeamsDistributeDirective *D) { in VisitOMPTeamsDistributeDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h9198 OMPTeamsDistributeDirective *D) { in TransformOMPTeamsDistributeDirective()
H A DSemaOpenMP.cpp14059 return OMPTeamsDistributeDirective::Create( in ActOnOpenMPTeamsDistributeDirective()