Searched refs:OMPTargetDataDirective (Results 1 – 13 of 13) sorted by relevance
1023 OMPTargetDataDirective *OMPTargetDataDirective::Create( in Create()1026 return createDirective<OMPTargetDataDirective>( in Create()1030 OMPTargetDataDirective *OMPTargetDataDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()1033 return createEmptyDirective<OMPTargetDataDirective>( in CreateEmpty()
1093 void StmtProfiler::VisitOMPTargetDataDirective(const OMPTargetDataDirective *S) { in VisitOMPTargetDataDirective()
897 void StmtPrinter::VisitOMPTargetDataDirective(OMPTargetDataDirective *Node) { in VisitOMPTargetDataDirective()
253 def OMPTargetDataDirective : StmtNode<OMPExecutableDirective>;
3219 class OMPTargetDataDirective : public OMPExecutableDirective {3227 OMPTargetDataDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetDataDirective() function3233 explicit OMPTargetDataDirective() in OMPTargetDataDirective() function3247 static OMPTargetDataDirective *3256 static OMPTargetDataDirective *CreateEmpty(const ASTContext &C, unsigned N,
3051 DEF_TRAVERSE_STMT(OMPTargetDataDirective,
2557 void ASTStmtReader::VisitOMPTargetDataDirective(OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()3541 S = OMPTargetDataDirective::CreateEmpty( in ReadStmtFromStream()
2507 void ASTStmtWriter::VisitOMPTargetDataDirective(OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()
300 EmitOMPTargetDataDirective(cast<OMPTargetDataDirective>(*S)); in EmitStmt()
3621 void EmitOMPTargetDataDirective(const OMPTargetDataDirective &S);
7305 const OMPTargetDataDirective &S) { in EmitOMPTargetDataDirective()
9211 OMPTargetDataDirective *D) { in TransformOMPTargetDataDirective()
13427 return OMPTargetDataDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPTargetDataDirective()