Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp577 OMPParallelMasterDirective *OMPParallelMasterDirective::Create( in Create()
580 auto *Dir = createDirective<OMPParallelMasterDirective>( in Create()
586 OMPParallelMasterDirective *
587 OMPParallelMasterDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
589 return createEmptyDirective<OMPParallelMasterDirective>( in CreateEmpty()
H A DStmtProfile.cpp951 const OMPParallelMasterDirective *S) { in VisitOMPParallelMasterDirective()
H A DStmtPrinter.cpp723 OMPParallelMasterDirective *Node) { in VisitOMPParallelMasterDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h2156 class OMPParallelMasterDirective : public OMPExecutableDirective {
2160 OMPParallelMasterDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPParallelMasterDirective() function
2165 explicit OMPParallelMasterDirective() in OMPParallelMasterDirective() function
2184 static OMPParallelMasterDirective *
2194 static OMPParallelMasterDirective *
2202 return const_cast<OMPParallelMasterDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h2857 DEF_TRAVERSE_STMT(OMPParallelMasterDirective,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DStmtNodes.td235 def OMPParallelMasterDirective : StmtNode<OMPExecutableDirective>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp2362 OMPParallelMasterDirective *D) { in VisitOMPParallelMasterDirective()
3246 S = OMPParallelMasterDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2271 OMPParallelMasterDirective *D) { in VisitOMPParallelMasterDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp239 EmitOMPParallelMasterDirective(cast<OMPParallelMasterDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp1323 cast<OMPParallelMasterDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
4146 const OMPParallelMasterDirective &S) { in EmitOMPParallelMasterDirective()
H A DCodeGenFunction.h3455 void EmitOMPParallelMasterDirective(const OMPParallelMasterDirective &S);
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2057 void VisitOMPParallelMasterDirective(const OMPParallelMasterDirective *D);
2939 const OMPParallelMasterDirective *D) { in VisitOMPParallelMasterDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h8617 OMPParallelMasterDirective *D) { in TransformOMPParallelMasterDirective()
H A DSemaOpenMP.cpp10067 return OMPParallelMasterDirective::Create( in ActOnOpenMPParallelMasterDirective()