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

Declarations

tools/clang/include/clang/Basic/OpenMPKinds.def
  302 OPENMP_CLAUSE(capture, OMPCaptureClause)

References

tools/clang/include/clang/AST/OpenMPClause.h
 1809       : OMPClause(OMPC_capture, StartLoc, EndLoc) {}
 1813       : OMPClause(OMPC_capture, SourceLocation(), SourceLocation()) {}
 1831     return T->getClauseKind() == OMPC_capture;
tools/clang/include/clang/Basic/OpenMPKinds.def
  507 OPENMP_ATOMIC_CLAUSE(capture)
tools/clang/lib/AST/OpenMPClause.cpp
  116   case OMPC_capture:
  188   case OMPC_capture:
tools/clang/lib/Basic/OpenMPKinds.cpp
  187   case OMPC_capture:
  381   case OMPC_capture:
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4018   case OMPC_capture:
tools/clang/lib/Parse/ParseOpenMP.cpp
 2063   case OMPC_capture:
tools/clang/lib/Sema/SemaOpenMP.cpp
 4639       case OMPC_capture:
 8435         C->getClauseKind() == OMPC_capture) {
 8627   } else if (AtomicKind == OMPC_capture) {
10302   case OMPC_capture:
10945   case OMPC_capture:
11360   case OMPC_capture:
11541   case OMPC_capture:
11708   case OMPC_capture:
11964   case OMPC_capture:
tools/clang/lib/Sema/TreeTransform.h
 8643   return C;
tools/clang/lib/Serialization/ASTReader.cpp
12325   case OMPC_capture: