Searched refs:OMPBarrierDirective (Results 1 – 14 of 14) sorted by relevance
642 OMPBarrierDirective *OMPBarrierDirective::Create(const ASTContext &C, in Create()645 void *Mem = C.Allocate(sizeof(OMPBarrierDirective)); in Create()646 OMPBarrierDirective *Dir = new (Mem) OMPBarrierDirective(StartLoc, EndLoc); in Create()650 OMPBarrierDirective *OMPBarrierDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()652 void *Mem = C.Allocate(sizeof(OMPBarrierDirective)); in CreateEmpty()653 return new (Mem) OMPBarrierDirective(); in CreateEmpty()
860 void StmtProfiler::VisitOMPBarrierDirective(const OMPBarrierDirective *S) { in VisitOMPBarrierDirective()
739 void StmtPrinter::VisitOMPBarrierDirective(OMPBarrierDirective *Node) { in VisitOMPBarrierDirective()
2101 class OMPBarrierDirective : public OMPExecutableDirective {2108 OMPBarrierDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPBarrierDirective() function2115 explicit OMPBarrierDirective() in OMPBarrierDirective() function2127 static OMPBarrierDirective *2134 static OMPBarrierDirective *CreateEmpty(const ASTContext &C, EmptyShell);
2827 DEF_TRAVERSE_STMT(OMPBarrierDirective,
231 def OMPBarrierDirective : StmtNode<OMPExecutableDirective>;
2323 void ASTStmtReader::VisitOMPBarrierDirective(OMPBarrierDirective *D) { in VisitOMPBarrierDirective()3159 S = OMPBarrierDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
2292 void ASTStmtWriter::VisitOMPBarrierDirective(OMPBarrierDirective *D) { in VisitOMPBarrierDirective()
238 EmitOMPBarrierDirective(cast<OMPBarrierDirective>(*S)); in EmitStmt()
3148 void EmitOMPBarrierDirective(const OMPBarrierDirective &S);
3548 void CodeGenFunction::EmitOMPBarrierDirective(const OMPBarrierDirective &S) { in EmitOMPBarrierDirective()
6544 isa<OMPBarrierDirective>(S) || isa<OMPTaskyieldDirective>(S)) in getSingleCompoundChild()
8211 TreeTransform<Derived>::TransformOMPBarrierDirective(OMPBarrierDirective *D) { in TransformOMPBarrierDirective()
8465 return OMPBarrierDirective::Create(Context, StartLoc, EndLoc); in ActOnOpenMPBarrierDirective()