reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

tools/clang/lib/AST/OpenMPClause.cpp
 1289 void OMPClausePrinter::VisitOMPReadClause(OMPReadClause *) { OS << "read"; }
tools/clang/lib/AST/StmtProfile.cpp
  510 void OMPClauseProfiler::VisitOMPReadClause(const OMPReadClause *) {}