Searched refs:OMPTargetDataDirective (Results 1 – 14 of 14) sorted by relevance
989 OMPTargetDataDirective *OMPTargetDataDirective::Create( in Create()992 return createDirective<OMPTargetDataDirective>( in Create()996 OMPTargetDataDirective *OMPTargetDataDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()999 return createEmptyDirective<OMPTargetDataDirective>( in CreateEmpty()
1047 void StmtProfiler::VisitOMPTargetDataDirective(const OMPTargetDataDirective *S) { in VisitOMPTargetDataDirective()
881 void StmtPrinter::VisitOMPTargetDataDirective(OMPTargetDataDirective *Node) { in VisitOMPTargetDataDirective()
252 def OMPTargetDataDirective : StmtNode<OMPExecutableDirective>;
3150 class OMPTargetDataDirective : public OMPExecutableDirective {3158 OMPTargetDataDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetDataDirective() function3164 explicit OMPTargetDataDirective() in OMPTargetDataDirective() function3178 static OMPTargetDataDirective *3187 static OMPTargetDataDirective *CreateEmpty(const ASTContext &C, unsigned N,
3042 DEF_TRAVERSE_STMT(OMPTargetDataDirective,
2453 void ASTStmtReader::VisitOMPTargetDataDirective(OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()3401 S = OMPTargetDataDirective::CreateEmpty( in ReadStmtFromStream()
2341 void ASTStmtWriter::VisitOMPTargetDataDirective(OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()
294 EmitOMPTargetDataDirective(cast<OMPTargetDataDirective>(*S)); in EmitStmt()
3531 void EmitOMPTargetDataDirective(const OMPTargetDataDirective &S);
7267 const OMPTargetDataDirective &S) { in EmitOMPTargetDataDirective()
2171 void VisitOMPTargetDataDirective(const OMPTargetDataDirective *D);3143 const OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()
8920 OMPTargetDataDirective *D) { in TransformOMPTargetDataDirective()
13011 return OMPTargetDataDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPTargetDataDirective()