Searched refs:OMPReadClause (Results 1 – 10 of 10) sorted by relevance
210 OPENMP_CLAUSE(read, OMPReadClause)
1023 class OMPReadClause : public OMPClause {1030 OMPReadClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPReadClause() function1035 OMPReadClause() : OMPClause(OMPC_read, SourceLocation(), SourceLocation()) {} in OMPReadClause() function
2689 bool RecursiveASTVisitor<Derived>::VisitOMPReadClause(OMPReadClause *) {
340 void OMPClauseProfiler::VisitOMPReadClause(const OMPReadClause *) {} in VisitOMPReadClause() argument
699 void OMPClausePrinter::VisitOMPReadClause(OMPReadClause *) { OS << "read"; } in VisitOMPReadClause() argument
1817 C = new (Context) OMPReadClause(); in readClause()2024 void OMPClauseReader::VisitOMPReadClause(OMPReadClause *) {} in VisitOMPReadClause() argument
1866 void OMPClauseWriter::VisitOMPReadClause(OMPReadClause *) {} in VisitOMPReadClause() argument
2107 void OMPClauseEnqueue::VisitOMPReadClause(const OMPReadClause *) {} in VisitOMPReadClause() argument
7983 return new (Context) OMPReadClause(StartLoc, EndLoc); in ActOnOpenMPReadClause()
7755 OMPClause *TreeTransform<Derived>::TransformOMPReadClause(OMPReadClause *C) { in TransformOMPReadClause()