Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp1406 OMPParallelMasterTaskLoopSimdDirective *
1407 OMPParallelMasterTaskLoopSimdDirective::Create( in Create()
1411 auto *Dir = createDirective<OMPParallelMasterTaskLoopSimdDirective>( in Create()
1442 OMPParallelMasterTaskLoopSimdDirective *
1443 OMPParallelMasterTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1447 return createEmptyDirective<OMPParallelMasterTaskLoopSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp1124 const OMPParallelMasterTaskLoopSimdDirective *S) { in VisitOMPParallelMasterTaskLoopSimdDirective()
H A DStmtPrinter.cpp976 OMPParallelMasterTaskLoopSimdDirective *Node) { in VisitOMPParallelMasterTaskLoopSimdDirective()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td266 def OMPParallelMasterTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h4237 class OMPParallelMasterTaskLoopSimdDirective : public OMPLoopDirective {
4246 OMPParallelMasterTaskLoopSimdDirective(SourceLocation StartLoc, in OMPParallelMasterTaskLoopSimdDirective() function
4257 explicit OMPParallelMasterTaskLoopSimdDirective(unsigned CollapsedNum) in OMPParallelMasterTaskLoopSimdDirective() function
4273 static OMPParallelMasterTaskLoopSimdDirective *
4285 static OMPParallelMasterTaskLoopSimdDirective *
H A DRecursiveASTVisitor.h3078 DEF_TRAVERSE_STMT(OMPParallelMasterTaskLoopSimdDirective,
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp2545 OMPParallelMasterTaskLoopSimdDirective *D) { in VisitOMPParallelMasterTaskLoopSimdDirective()
3514 S = OMPParallelMasterTaskLoopSimdDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2498 OMPParallelMasterTaskLoopSimdDirective *D) { in VisitOMPParallelMasterTaskLoopSimdDirective()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp336 cast<OMPParallelMasterTaskLoopSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3551 const OMPParallelMasterTaskLoopSimdDirective &S);
H A DCGStmtOpenMP.cpp7755 const OMPParallelMasterTaskLoopSimdDirective &S) { in EmitOMPParallelMasterTaskLoopSimdDirective()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2191 const OMPParallelMasterTaskLoopSimdDirective *D);
3220 const OMPParallelMasterTaskLoopSimdDirective *D) { in VisitOMPParallelMasterTaskLoopSimdDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h9108 OMPParallelMasterTaskLoopSimdDirective *D) { in TransformOMPParallelMasterTaskLoopSimdDirective()
H A DSemaOpenMP.cpp13652 return OMPParallelMasterTaskLoopSimdDirective::Create( in ActOnOpenMPParallelMasterTaskLoopSimdDirective()