Searched refs:OMPMasterDirective (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 627 OMPMasterDirective *OMPMasterDirective::Create(const ASTContext &C, in Create() 631 return createDirective<OMPMasterDirective>(C, {}, AssociatedStmt, in Create() 636 OMPMasterDirective *OMPMasterDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 638 return createEmptyDirective<OMPMasterDirective>(C, /*NumClauses=*/0, in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1053 void StmtProfiler::VisitOMPMasterDirective(const OMPMasterDirective *S) { in VisitOMPMasterDirective()
|
| H A D | StmtPrinter.cpp | 822 void StmtPrinter::VisitOMPMasterDirective(OMPMasterDirective *Node) { in VisitOMPMasterDirective()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 241 def OMPMasterDirective : StmtNode<OMPExecutableDirective>;
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 2028 class OMPMasterDirective : public OMPExecutableDirective { 2036 OMPMasterDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPMasterDirective() function 2042 explicit OMPMasterDirective() in OMPMasterDirective() function 2054 static OMPMasterDirective *Create(const ASTContext &C, 2063 static OMPMasterDirective *CreateEmpty(const ASTContext &C, EmptyShell);
|
| H A D | RecursiveASTVisitor.h | 3114 DEF_TRAVERSE_STMT(OMPMasterDirective,
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2500 void ASTStmtReader::VisitOMPMasterDirective(OMPMasterDirective *D) { in VisitOMPMasterDirective() 3654 S = OMPMasterDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2516 void ASTStmtWriter::VisitOMPMasterDirective(OMPMasterDirective *D) { in VisitOMPMasterDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 253 EmitOMPMasterDirective(cast<OMPMasterDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3868 void EmitOMPMasterDirective(const OMPMasterDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 4505 void CodeGenFunction::EmitOMPMasterDirective(const OMPMasterDirective &S) { in EmitOMPMasterDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 9755 TreeTransform<Derived>::TransformOMPMasterDirective(OMPMasterDirective *D) { in TransformOMPMasterDirective()
|
| H A D | SemaOpenMP.cpp | 10849 return OMPMasterDirective::Create(getASTContext(), StartLoc, EndLoc, AStmt); in ActOnOpenMPMasterDirective()
|