Searched refs:OMPReverseOffloadClause (Results 1 – 9 of 9) sorted by relevance
807 class OMPReverseOffloadClause final : public OMPClause {814 OMPReverseOffloadClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPReverseOffloadClause() function818 OMPReverseOffloadClause() in OMPReverseOffloadClause() function
2880 OMPReverseOffloadClause *) {
290 OPENMP_CLAUSE(reverse_offload, OMPReverseOffloadClause)
1121 void OMPClausePrinter::VisitOMPReverseOffloadClause(OMPReverseOffloadClause *) { in VisitOMPReverseOffloadClause() argument
477 const OMPReverseOffloadClause *C) {} in VisitOMPReverseOffloadClause()
11734 C = new (Context) OMPReverseOffloadClause(); in readClause()11975 void OMPClauseReader::VisitOMPReverseOffloadClause(OMPReverseOffloadClause *) {} in VisitOMPReverseOffloadClause() argument
6944 void OMPClauseWriter::VisitOMPReverseOffloadClause(OMPReverseOffloadClause *) {} in VisitOMPReverseOffloadClause() argument
8474 OMPReverseOffloadClause *C) { in TransformOMPReverseOffloadClause()
9605 return new (Context) OMPReverseOffloadClause(StartLoc, EndLoc); in ActOnOpenMPReverseOffloadClause()