Searched refs:OMPDeviceClause (Results 1 – 11 of 11) sorted by relevance
90 return static_cast<const OMPDeviceClause *>(C); in get()1794 void OMPClausePrinter::VisitOMPDeviceClause(OMPDeviceClause *Node) { in VisitOMPDeviceClause()
793 void OMPClauseProfiler::VisitOMPDeviceClause(const OMPDeviceClause *C) { in VisitOMPDeviceClause()
5961 if (auto *C = S.getSingleClause<OMPDeviceClause>()) in emitCommonOMPTargetDirective()6669 if (const auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetDataDirective()6694 if (const auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetEnterDataDirective()6715 if (const auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetExitDataDirective()7107 if (const auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetUpdateDirective()
4335 if (auto *C = D.getSingleClause<OMPDeviceClause>()) in emitTaskInit()
173 let clangClass = "OMPDeviceClause";
4766 class OMPDeviceClause : public OMPClause, public OMPClauseWithPreInit {4803 OMPDeviceClause(OpenMPDeviceClauseModifier Modifier, Expr *E, Stmt *HelperE, in OMPDeviceClause() function4814 OMPDeviceClause() in OMPDeviceClause() function
3524 bool RecursiveASTVisitor<Derived>::VisitOMPDeviceClause(OMPDeviceClause *C) {
11885 C = new (Context) OMPDeviceClause(); in readClause()12536 void OMPClauseReader::VisitOMPDeviceClause(OMPDeviceClause *C) { in VisitOMPDeviceClause()
6404 void OMPClauseWriter::VisitOMPDeviceClause(OMPDeviceClause *C) { in VisitOMPDeviceClause()
9862 TreeTransform<Derived>::TransformOMPDeviceClause(OMPDeviceClause *C) { in TransformOMPDeviceClause()
18439 OMPDeviceClause(Modifier, ValExpr, HelperValStmt, CaptureRegion, StartLoc, in ActOnOpenMPDeviceClause()