Searched refs:OMPTargetDataDirective (Results 1 – 13 of 13) sorted by relevance
911 OMPTargetDataDirective *OMPTargetDataDirective::Create( in Create()914 return createDirective<OMPTargetDataDirective>( in Create()918 OMPTargetDataDirective *OMPTargetDataDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()921 return createEmptyDirective<OMPTargetDataDirective>( in CreateEmpty()
1017 void StmtProfiler::VisitOMPTargetDataDirective(const OMPTargetDataDirective *S) { in VisitOMPTargetDataDirective()
795 void StmtPrinter::VisitOMPTargetDataDirective(OMPTargetDataDirective *Node) { in VisitOMPTargetDataDirective()
250 def OMPTargetDataDirective : StmtNode<OMPExecutableDirective>;
2939 class OMPTargetDataDirective : public OMPExecutableDirective {2947 OMPTargetDataDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetDataDirective() function2953 explicit OMPTargetDataDirective() in OMPTargetDataDirective() function2967 static OMPTargetDataDirective *2976 static OMPTargetDataDirective *CreateEmpty(const ASTContext &C, unsigned N,
2931 DEF_TRAVERSE_STMT(OMPTargetDataDirective,
2446 void ASTStmtReader::VisitOMPTargetDataDirective(OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()3336 S = OMPTargetDataDirective::CreateEmpty( in ReadStmtFromStream()
2322 void ASTStmtWriter::VisitOMPTargetDataDirective(OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()
290 EmitOMPTargetDataDirective(cast<OMPTargetDataDirective>(*S)); in EmitStmt()
3468 void EmitOMPTargetDataDirective(const OMPTargetDataDirective &S);
6587 const OMPTargetDataDirective &S) { in EmitOMPTargetDataDirective()
8794 OMPTargetDataDirective *D) { in TransformOMPTargetDataDirective()
11318 return OMPTargetDataDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPTargetDataDirective()