Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp669 OMPParallelMasterDirective *OMPParallelMasterDirective::Create( in Create()
672 auto *Dir = createDirective<OMPParallelMasterDirective>( in Create()
678 OMPParallelMasterDirective *
679 OMPParallelMasterDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
681 return createEmptyDirective<OMPParallelMasterDirective>( in CreateEmpty()
H A DStmtProfile.cpp987 const OMPParallelMasterDirective *S) { in VisitOMPParallelMasterDirective()
H A DStmtPrinter.cpp809 OMPParallelMasterDirective *Node) { in VisitOMPParallelMasterDirective()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h2256 class OMPParallelMasterDirective : public OMPExecutableDirective {
2260 OMPParallelMasterDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPParallelMasterDirective() function
2265 explicit OMPParallelMasterDirective() in OMPParallelMasterDirective() function
2284 static OMPParallelMasterDirective *
2294 static OMPParallelMasterDirective *
2302 return const_cast<OMPParallelMasterDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h2994 DEF_TRAVERSE_STMT(OMPParallelMasterDirective,
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td239 def OMPParallelMasterDirective : StmtNode<OMPExecutableDirective>;
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp2374 OMPParallelMasterDirective *D) { in VisitOMPParallelMasterDirective()
3330 S = OMPParallelMasterDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2298 OMPParallelMasterDirective *D) { in VisitOMPParallelMasterDirective()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp246 EmitOMPParallelMasterDirective(cast<OMPParallelMasterDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3519 void EmitOMPParallelMasterDirective(const OMPParallelMasterDirective &S);
H A DCGStmtOpenMP.cpp1315 cast<OMPParallelMasterDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
4406 const OMPParallelMasterDirective &S) { in EmitOMPParallelMasterDirective()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2154 void VisitOMPParallelMasterDirective(const OMPParallelMasterDirective *D);
3080 const OMPParallelMasterDirective *D) { in VisitOMPParallelMasterDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h8766 OMPParallelMasterDirective *D) { in TransformOMPParallelMasterDirective()
H A DSemaOpenMP.cpp10890 return OMPParallelMasterDirective::Create( in ActOnOpenMPParallelMasterDirective()