Searched refs:OMPTargetDataDirective (Results 1 – 13 of 13) sorted by relevance
1061 OMPTargetDataDirective *OMPTargetDataDirective::Create( in Create()1064 return createDirective<OMPTargetDataDirective>( in Create()1068 OMPTargetDataDirective *OMPTargetDataDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()1071 return createEmptyDirective<OMPTargetDataDirective>( in CreateEmpty()
1104 void StmtProfiler::VisitOMPTargetDataDirective(const OMPTargetDataDirective *S) { in VisitOMPTargetDataDirective()
910 void StmtPrinter::VisitOMPTargetDataDirective(OMPTargetDataDirective *Node) { in VisitOMPTargetDataDirective()
257 def OMPTargetDataDirective : StmtNode<OMPExecutableDirective>;
3223 class OMPTargetDataDirective : public OMPExecutableDirective {3231 OMPTargetDataDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetDataDirective() function3237 explicit OMPTargetDataDirective() in OMPTargetDataDirective() function3251 static OMPTargetDataDirective *3260 static OMPTargetDataDirective *CreateEmpty(const ASTContext &C, unsigned N,
3121 DEF_TRAVERSE_STMT(OMPTargetDataDirective,
2585 void ASTStmtReader::VisitOMPTargetDataDirective(OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()3618 S = OMPTargetDataDirective::CreateEmpty( in ReadStmtFromStream()
2556 void ASTStmtWriter::VisitOMPTargetDataDirective(OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()
310 EmitOMPTargetDataDirective(cast<OMPTargetDataDirective>(*S)); in EmitStmt()
3849 void EmitOMPTargetDataDirective(const OMPTargetDataDirective &S);
7377 const OMPTargetDataDirective &S) { in EmitOMPTargetDataDirective()
9540 OMPTargetDataDirective *D) { in TransformOMPTargetDataDirective()
13059 return OMPTargetDataDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPTargetDataDirective()