Searched refs:OMPTargetDataDirective (Results 1 – 14 of 14) sorted by relevance
1004 OMPTargetDataDirective *OMPTargetDataDirective::Create( in Create()1007 return createDirective<OMPTargetDataDirective>( in Create()1011 OMPTargetDataDirective *OMPTargetDataDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()1014 return createEmptyDirective<OMPTargetDataDirective>( in CreateEmpty()
1065 void StmtProfiler::VisitOMPTargetDataDirective(const OMPTargetDataDirective *S) { in VisitOMPTargetDataDirective()
887 void StmtPrinter::VisitOMPTargetDataDirective(OMPTargetDataDirective *Node) { in VisitOMPTargetDataDirective()
253 def OMPTargetDataDirective : StmtNode<OMPExecutableDirective>;
3151 class OMPTargetDataDirective : public OMPExecutableDirective {3159 OMPTargetDataDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetDataDirective() function3165 explicit OMPTargetDataDirective() in OMPTargetDataDirective() function3179 static OMPTargetDataDirective *3188 static OMPTargetDataDirective *CreateEmpty(const ASTContext &C, unsigned N,
3040 DEF_TRAVERSE_STMT(OMPTargetDataDirective,
2500 void ASTStmtReader::VisitOMPTargetDataDirective(OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()3453 S = OMPTargetDataDirective::CreateEmpty( in ReadStmtFromStream()
2375 void ASTStmtWriter::VisitOMPTargetDataDirective(OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()
298 EmitOMPTargetDataDirective(cast<OMPTargetDataDirective>(*S)); in EmitStmt()
3534 void EmitOMPTargetDataDirective(const OMPTargetDataDirective &S);
7243 const OMPTargetDataDirective &S) { in EmitOMPTargetDataDirective()
2179 void VisitOMPTargetDataDirective(const OMPTargetDataDirective *D);3169 const OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()
9041 OMPTargetDataDirective *D) { in TransformOMPTargetDataDirective()
13151 return OMPTargetDataDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPTargetDataDirective()