Searched refs:OMPCancelDirective (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 802 OMPCancelDirective * 803 OMPCancelDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 806 auto *Dir = createDirective<OMPCancelDirective>( in Create() 813 OMPCancelDirective *OMPCancelDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 816 return createEmptyDirective<OMPCancelDirective>(C, NumClauses); in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1080 void StmtProfiler::VisitOMPCancelDirective(const OMPCancelDirective *S) { in VisitOMPCancelDirective()
|
| H A D | StmtPrinter.cpp | 922 void StmtPrinter::VisitOMPCancelDirective(OMPCancelDirective *Node) { in VisitOMPCancelDirective()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 260 def OMPCancelDirective : StmtNode<OMPExecutableDirective>;
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 3599 class OMPCancelDirective : public OMPExecutableDirective { 3608 OMPCancelDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPCancelDirective() function 3614 explicit OMPCancelDirective() in OMPCancelDirective() function 3630 static OMPCancelDirective * 3639 static OMPCancelDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 3021 DEF_TRAVERSE_STMT(OMPCancelDirective,
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2495 void ASTStmtReader::VisitOMPCancelDirective(OMPCancelDirective *D) { in VisitOMPCancelDirective() 3443 S = OMPCancelDirective::CreateEmpty( in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2439 void ASTStmtWriter::VisitOMPCancelDirective(OMPCancelDirective *D) { in VisitOMPCancelDirective()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 291 EmitOMPCancelDirective(cast<OMPCancelDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3541 void EmitOMPCancelDirective(const OMPCancelDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 7110 void CodeGenFunction::EmitOMPCancelDirective(const OMPCancelDirective &S) { in EmitOMPCancelDirective()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 2164 void VisitOMPCancelDirective(const OMPCancelDirective *D); 3176 void EnqueueVisitor::VisitOMPCancelDirective(const OMPCancelDirective *D) { in VisitOMPCancelDirective()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TreeTransform.h | 8605 CancelRegion = cast<OMPCancelDirective>(D)->getCancelRegion(); in TransformOMPExecutableDirective() 9008 TreeTransform<Derived>::TransformOMPCancelDirective(OMPCancelDirective *D) { in TransformOMPCancelDirective()
|
| H A D | SemaOpenMP.cpp | 13178 return OMPCancelDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPCancelDirective()
|