Searched refs:OMPDeviceClause (Results 1 – 11 of 11) sorted by relevance
164 OPENMP_CLAUSE(device, OMPDeviceClause)
2509 class OMPDeviceClause : public OMPClause {2529 OMPDeviceClause(Expr *E, SourceLocation StartLoc, SourceLocation LParenLoc, in OMPDeviceClause() function2536 OMPDeviceClause() in OMPDeviceClause() function
2729 bool RecursiveASTVisitor<Derived>::VisitOMPDeviceClause(OMPDeviceClause *C) {
453 void OMPClauseProfiler::VisitOMPDeviceClause(const OMPDeviceClause *C) { in VisitOMPDeviceClause()
710 void OMPClausePrinter::VisitOMPDeviceClause(OMPDeviceClause *Node) { in VisitOMPDeviceClause()
1851 C = new (Context) OMPDeviceClause(); in readClause()2178 void OMPClauseReader::VisitOMPDeviceClause(OMPDeviceClause *C) { in VisitOMPDeviceClause()
1990 void OMPClauseWriter::VisitOMPDeviceClause(OMPDeviceClause *C) { in VisitOMPDeviceClause()
2567 if (auto *C = S.getSingleClause<OMPDeviceClause>()) { in EmitOMPTargetDirective()
2079 void OMPClauseEnqueue::VisitOMPDeviceClause(const OMPDeviceClause *C) { in VisitOMPDeviceClause()
8074 return new (Context) OMPDeviceClause(ValExpr, StartLoc, LParenLoc, EndLoc); in ActOnOpenMPDeviceClause()
7779 TreeTransform<Derived>::TransformOMPDeviceClause(OMPDeviceClause *C) { in TransformOMPDeviceClause()