Searched refs:OMPOrderedDirective (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 864 OMPOrderedDirective *OMPOrderedDirective::Create(const ASTContext &C, in Create() 869 return createDirective<OMPOrderedDirective>( in Create() 874 OMPOrderedDirective *OMPOrderedDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 878 return createEmptyDirective<OMPOrderedDirective>(C, NumClauses, in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1035 void StmtProfiler::VisitOMPOrderedDirective(const OMPOrderedDirective *S) { in VisitOMPOrderedDirective()
|
| H A D | StmtPrinter.cpp | 866 void StmtPrinter::VisitOMPOrderedDirective(OMPOrderedDirective *Node) { in VisitOMPOrderedDirective()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 249 def OMPOrderedDirective : StmtNode<OMPExecutableDirective>;
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 2840 class OMPOrderedDirective : public OMPExecutableDirective { 2848 OMPOrderedDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPOrderedDirective() function 2854 explicit OMPOrderedDirective() in OMPOrderedDirective() function 2868 static OMPOrderedDirective * 2878 static OMPOrderedDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 3033 DEF_TRAVERSE_STMT(OMPOrderedDirective,
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2435 void ASTStmtReader::VisitOMPOrderedDirective(OMPOrderedDirective *D) { in VisitOMPOrderedDirective() 3385 S = OMPOrderedDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2419 void ASTStmtWriter::VisitOMPOrderedDirective(OMPOrderedDirective *D) { in VisitOMPOrderedDirective()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 276 EmitOMPOrderedDirective(cast<OMPOrderedDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3528 void EmitOMPOrderedDirective(const OMPOrderedDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 2615 if (isa<OMPOrderedDirective>(CSSubStmt)) { in isSupportedByOpenMPIRBuilder() 5750 void CodeGenFunction::EmitOMPOrderedDirective(const OMPOrderedDirective &S) { in EmitOMPOrderedDirective()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 2168 void VisitOMPOrderedDirective(const OMPOrderedDirective *D); 3130 void EnqueueVisitor::VisitOMPOrderedDirective(const OMPOrderedDirective *D) { in VisitOMPOrderedDirective()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TreeTransform.h | 8887 TreeTransform<Derived>::TransformOMPOrderedDirective(OMPOrderedDirective *D) { in TransformOMPOrderedDirective()
|
| H A D | SemaOpenMP.cpp | 11222 return OMPOrderedDirective::Create(Context, StartLoc, EndLoc, Clauses, AStmt); in ActOnOpenMPOrderedDirective()
|