Searched refs:OMPDeviceClause (Results 1 – 11 of 11) sorted by relevance
3282 if (auto *C = S.getSingleClause<OMPDeviceClause>()) { in EmitOMPTargetDirective()3410 if (auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetDataDirective()3430 if (auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetEnterDataDirective()3450 if (auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetExitDataDirective()3627 if (auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetUpdateDirective()
216 OPENMP_CLAUSE(device, OMPDeviceClause)
2677 class OMPDeviceClause : public OMPClause {2697 OMPDeviceClause(Expr *E, SourceLocation StartLoc, SourceLocation LParenLoc, in OMPDeviceClause() function2704 OMPDeviceClause() in OMPDeviceClause() function
2880 bool RecursiveASTVisitor<Derived>::VisitOMPDeviceClause(OMPDeviceClause *C) {
494 void OMPClauseProfiler::VisitOMPDeviceClause(const OMPDeviceClause *C) { in VisitOMPDeviceClause()
721 void OMPClausePrinter::VisitOMPDeviceClause(OMPDeviceClause *Node) { in VisitOMPDeviceClause()
1874 C = new (Context) OMPDeviceClause(); in readClause()2257 void OMPClauseReader::VisitOMPDeviceClause(OMPDeviceClause *C) { in VisitOMPDeviceClause()
2029 void OMPClauseWriter::VisitOMPDeviceClause(OMPDeviceClause *C) { in VisitOMPDeviceClause()
2123 void OMPClauseEnqueue::VisitOMPDeviceClause(const OMPDeviceClause *C) { in VisitOMPDeviceClause()
10288 return new (Context) OMPDeviceClause(ValExpr, StartLoc, LParenLoc, EndLoc); in ActOnOpenMPDeviceClause()
8014 TreeTransform<Derived>::TransformOMPDeviceClause(OMPDeviceClause *C) { in TransformOMPDeviceClause()