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

Declarations

tools/clang/include/clang/Basic/OpenMPKinds.def
  299 OPENMP_CLAUSE(read, OMPReadClause)

References

tools/clang/include/clang/AST/OpenMPClause.h
 1691       : OMPClause(OMPC_read, StartLoc, EndLoc) {}
 1694   OMPReadClause() : OMPClause(OMPC_read, SourceLocation(), SourceLocation()) {}
 1712     return T->getClauseKind() == OMPC_read;
tools/clang/include/clang/Basic/OpenMPKinds.def
  504 OPENMP_ATOMIC_CLAUSE(read)
tools/clang/lib/AST/OpenMPClause.cpp
  113   case OMPC_read:
  185   case OMPC_read:
tools/clang/lib/Basic/OpenMPKinds.cpp
  184   case OMPC_read:
  378   case OMPC_read:
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4008   case OMPC_read:
tools/clang/lib/Parse/ParseOpenMP.cpp
 2060   case OMPC_read:
tools/clang/lib/Sema/SemaOpenMP.cpp
 4636       case OMPC_read:
 8433     if (C->getClauseKind() == OMPC_read || C->getClauseKind() == OMPC_write ||
 8480   if (AtomicKind == OMPC_read) {
10299   case OMPC_read:
10942   case OMPC_read:
11357   case OMPC_read:
11538   case OMPC_read:
11699   case OMPC_read:
11961   case OMPC_read:
tools/clang/lib/Sema/TreeTransform.h
 8623   return C;
tools/clang/lib/Serialization/ASTReader.cpp
12316   case OMPC_read: