Searched refs:OMPFlushDirective (Results 1 – 15 of 15) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 819 OMPFlushDirective *OMPFlushDirective::Create(const ASTContext &C, in Create() 823 return createDirective<OMPFlushDirective>( in Create() 828 OMPFlushDirective *OMPFlushDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 831 return createEmptyDirective<OMPFlushDirective>(C, NumClauses); in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1023 void StmtProfiler::VisitOMPFlushDirective(const OMPFlushDirective *S) { in VisitOMPFlushDirective()
|
| H A D | StmtPrinter.cpp | 851 void StmtPrinter::VisitOMPFlushDirective(OMPFlushDirective *Node) { in VisitOMPFlushDirective()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 246 def OMPFlushDirective : StmtNode<OMPExecutableDirective>;
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 2736 class OMPFlushDirective : public OMPExecutableDirective { 2744 OMPFlushDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPFlushDirective() function 2750 explicit OMPFlushDirective() in OMPFlushDirective() function 2763 static OMPFlushDirective *Create(const ASTContext &C, SourceLocation StartLoc, 2773 static OMPFlushDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 3024 DEF_TRAVERSE_STMT(OMPFlushDirective,
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2420 void ASTStmtReader::VisitOMPFlushDirective(OMPFlushDirective *D) { in VisitOMPFlushDirective() 3368 S = OMPFlushDirective::CreateEmpty( in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2401 void ASTStmtWriter::VisitOMPFlushDirective(OMPFlushDirective *D) { in VisitOMPFlushDirective()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 267 EmitOMPFlushDirective(cast<OMPFlushDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3525 void EmitOMPFlushDirective(const OMPFlushDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 5260 void CodeGenFunction::EmitOMPFlushDirective(const OMPFlushDirective &S) { in EmitOMPFlushDirective()
|
| H A D | CGOpenMPRuntime.cpp | 6525 if (isa<AsmStmt>(S) || isa<NullStmt>(S) || isa<OMPFlushDirective>(S) || in getSingleCompoundChild()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 2165 void VisitOMPFlushDirective(const OMPFlushDirective *D); 3118 void EnqueueVisitor::VisitOMPFlushDirective(const OMPFlushDirective *D) { in VisitOMPFlushDirective()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TreeTransform.h | 8854 TreeTransform<Derived>::TransformOMPFlushDirective(OMPFlushDirective *D) { in TransformOMPFlushDirective()
|
| H A D | SemaOpenMP.cpp | 11076 return OMPFlushDirective::Create(Context, StartLoc, EndLoc, Clauses); in ActOnOpenMPFlushDirective()
|