Searched refs:OMPBarrierDirective (Results 1 – 14 of 14) sorted by relevance
515 OMPBarrierDirective *OMPBarrierDirective::Create(const ASTContext &C, in Create()518 void *Mem = C.Allocate(sizeof(OMPBarrierDirective)); in Create()519 OMPBarrierDirective *Dir = new (Mem) OMPBarrierDirective(StartLoc, EndLoc); in Create()523 OMPBarrierDirective *OMPBarrierDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()525 void *Mem = C.Allocate(sizeof(OMPBarrierDirective)); in CreateEmpty()526 return new (Mem) OMPBarrierDirective(); in CreateEmpty()
617 void StmtProfiler::VisitOMPBarrierDirective(const OMPBarrierDirective *S) { in VisitOMPBarrierDirective()
1068 void StmtPrinter::VisitOMPBarrierDirective(OMPBarrierDirective *Node) { in VisitOMPBarrierDirective()
1633 class OMPBarrierDirective : public OMPExecutableDirective {1640 OMPBarrierDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPBarrierDirective() function1646 explicit OMPBarrierDirective() in OMPBarrierDirective() function1657 static OMPBarrierDirective *1664 static OMPBarrierDirective *CreateEmpty(const ASTContext &C, EmptyShell);
2507 DEF_TRAVERSE_STMT(OMPBarrierDirective,
212 def OMPBarrierDirective : DStmt<OMPExecutableDirective>;
227 EmitOMPBarrierDirective(cast<OMPBarrierDirective>(*S)); in EmitStmt()
2481 void EmitOMPBarrierDirective(const OMPBarrierDirective &S);
2592 void CodeGenFunction::EmitOMPBarrierDirective(const OMPBarrierDirective &S) { in EmitOMPBarrierDirective()
2627 void ASTStmtReader::VisitOMPBarrierDirective(OMPBarrierDirective *D) { in VisitOMPBarrierDirective()3341 S = OMPBarrierDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
2374 void ASTStmtWriter::VisitOMPBarrierDirective(OMPBarrierDirective *D) { in VisitOMPBarrierDirective()
1952 void VisitOMPBarrierDirective(const OMPBarrierDirective *D);2657 void EnqueueVisitor::VisitOMPBarrierDirective(const OMPBarrierDirective *D) { in VisitOMPBarrierDirective()
5923 return OMPBarrierDirective::Create(Context, StartLoc, EndLoc); in ActOnOpenMPBarrierDirective()
7376 TreeTransform<Derived>::TransformOMPBarrierDirective(OMPBarrierDirective *D) { in TransformOMPBarrierDirective()