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

Declarations

tools/clang/include/clang/Basic/OpenMPKinds.def
  327 OPENMP_CLAUSE(dynamic_allocators, OMPDynamicAllocatorsClause)

References

tools/clang/include/clang/AST/OpenMPClause.h
 1154       : OMPClause(OMPC_dynamic_allocators, StartLoc, EndLoc) {}
 1158       : OMPClause(OMPC_dynamic_allocators, SourceLocation(), SourceLocation()) {
 1177     return T->getClauseKind() == OMPC_dynamic_allocators;
tools/clang/include/clang/Basic/OpenMPKinds.def
  527 OPENMP_REQUIRES_CLAUSE(dynamic_allocators)
tools/clang/lib/AST/OpenMPClause.cpp
  134   case OMPC_dynamic_allocators:
  212   case OMPC_dynamic_allocators:
tools/clang/lib/Basic/OpenMPKinds.cpp
  205   case OMPC_dynamic_allocators:
  399   case OMPC_dynamic_allocators:
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4073   case OMPC_dynamic_allocators:
tools/clang/lib/Parse/ParseOpenMP.cpp
 2071   case OMPC_dynamic_allocators:
tools/clang/lib/Sema/SemaOpenMP.cpp
 4660       case OMPC_dynamic_allocators:
10320   case OMPC_dynamic_allocators:
10963   case OMPC_dynamic_allocators:
11385   case OMPC_dynamic_allocators:
11564   case OMPC_dynamic_allocators:
11732   case OMPC_dynamic_allocators:
11983   case OMPC_dynamic_allocators:
tools/clang/lib/Serialization/ASTReader.cpp
12349   case OMPC_dynamic_allocators: