Searched refs:OMPTargetDataDirective (Results 1 – 14 of 14) sorted by relevance
873 OMPTargetDataDirective *OMPTargetDataDirective::Create( in Create()876 return createDirective<OMPTargetDataDirective>( in Create()880 OMPTargetDataDirective *OMPTargetDataDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()883 return createEmptyDirective<OMPTargetDataDirective>( in CreateEmpty()
1006 void StmtProfiler::VisitOMPTargetDataDirective(const OMPTargetDataDirective *S) { in VisitOMPTargetDataDirective()
789 void StmtPrinter::VisitOMPTargetDataDirective(OMPTargetDataDirective *Node) { in VisitOMPTargetDataDirective()
2906 class OMPTargetDataDirective : public OMPExecutableDirective {2914 OMPTargetDataDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetDataDirective() function2920 explicit OMPTargetDataDirective() in OMPTargetDataDirective() function2934 static OMPTargetDataDirective *2943 static OMPTargetDataDirective *CreateEmpty(const ASTContext &C, unsigned N,
2902 DEF_TRAVERSE_STMT(OMPTargetDataDirective,
248 def OMPTargetDataDirective : StmtNode<OMPExecutableDirective>;
2432 void ASTStmtReader::VisitOMPTargetDataDirective(OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()3311 S = OMPTargetDataDirective::CreateEmpty( in ReadStmtFromStream()
2306 void ASTStmtWriter::VisitOMPTargetDataDirective(OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()
287 EmitOMPTargetDataDirective(cast<OMPTargetDataDirective>(*S)); in EmitStmt()
3467 void EmitOMPTargetDataDirective(const OMPTargetDataDirective &S);
6554 const OMPTargetDataDirective &S) { in EmitOMPTargetDataDirective()
2073 void VisitOMPTargetDataDirective(const OMPTargetDataDirective *D);2997 const OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()
8760 OMPTargetDataDirective *D) { in TransformOMPTargetDataDirective()
11283 return OMPTargetDataDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPTargetDataDirective()