Searched refs:OMPTargetDataDirective (Results 1 – 13 of 13) sorted by relevance
1099 OMPTargetDataDirective *OMPTargetDataDirective::Create( in Create()1102 return createDirective<OMPTargetDataDirective>( in Create()1106 OMPTargetDataDirective *OMPTargetDataDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()1109 return createEmptyDirective<OMPTargetDataDirective>( in CreateEmpty()
1140 void StmtProfiler::VisitOMPTargetDataDirective(const OMPTargetDataDirective *S) { in VisitOMPTargetDataDirective()
931 void StmtPrinter::VisitOMPTargetDataDirective(OMPTargetDataDirective *Node) { in VisitOMPTargetDataDirective()
258 def OMPTargetDataDirective : StmtNode<OMPExecutableDirective>;
3206 class OMPTargetDataDirective : public OMPExecutableDirective {3214 OMPTargetDataDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetDataDirective() function3220 explicit OMPTargetDataDirective() in OMPTargetDataDirective() function3234 static OMPTargetDataDirective *3243 static OMPTargetDataDirective *CreateEmpty(const ASTContext &C, unsigned N,
3176 DEF_TRAVERSE_STMT(OMPTargetDataDirective,
2613 void ASTStmtReader::VisitOMPTargetDataDirective(OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()3755 S = OMPTargetDataDirective::CreateEmpty( in ReadStmtFromStream()
2585 void ASTStmtWriter::VisitOMPTargetDataDirective(OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()
316 EmitOMPTargetDataDirective(cast<OMPTargetDataDirective>(*S)); in EmitStmt()
3887 void EmitOMPTargetDataDirective(const OMPTargetDataDirective &S);
7597 const OMPTargetDataDirective &S) { in EmitOMPTargetDataDirective()
9974 OMPTargetDataDirective *D) { in TransformOMPTargetDataDirective()
13167 return OMPTargetDataDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPTargetDataDirective()