Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp999 OMPMasterTaskLoopSimdDirective *OMPMasterTaskLoopSimdDirective::Create( in Create()
1003 auto *Dir = createDirective<OMPMasterTaskLoopSimdDirective>( in Create()
1034 OMPMasterTaskLoopSimdDirective *
1035 OMPMasterTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1038 return createEmptyDirective<OMPMasterTaskLoopSimdDirective>( in CreateEmpty()
DStmtProfile.cpp1009 const OMPMasterTaskLoopSimdDirective *S) { in VisitOMPMasterTaskLoopSimdDirective()
DStmtPrinter.cpp846 OMPMasterTaskLoopSimdDirective *Node) { in VisitOMPMasterTaskLoopSimdDirective()
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h3337 class OMPMasterTaskLoopSimdDirective : public OMPLoopDirective {
3346 OMPMasterTaskLoopSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPMasterTaskLoopSimdDirective() function
3356 explicit OMPMasterTaskLoopSimdDirective(unsigned CollapsedNum) in OMPMasterTaskLoopSimdDirective() function
3372 static OMPMasterTaskLoopSimdDirective *
3383 static OMPMasterTaskLoopSimdDirective *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h2892 DEF_TRAVERSE_STMT(OMPMasterTaskLoopSimdDirective,
/external/llvm-project/clang/include/clang/Basic/
DStmtNodes.td257 def OMPMasterTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp2481 OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()
3342 S = OMPMasterTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
DASTWriterStmt.cpp2412 OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp304 cast<OMPMasterTaskLoopSimdDirective>(*S)); in EmitStmt()
DCodeGenFunction.h3430 EmitOMPMasterTaskLoopSimdDirective(const OMPMasterTaskLoopSimdDirective &S);
DCGStmtOpenMP.cpp6579 const OMPMasterTaskLoopSimdDirective &S) { in EmitOMPMasterTaskLoopSimdDirective()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2080 VisitOMPMasterTaskLoopSimdDirective(const OMPMasterTaskLoopSimdDirective *D);
3006 const OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h8777 OMPMasterTaskLoopSimdDirective *D) { in TransformOMPMasterTaskLoopSimdDirective()
DSemaOpenMP.cpp10874 return OMPMasterTaskLoopSimdDirective::Create( in ActOnOpenMPMasterTaskLoopSimdDirective()