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

References

gen/tools/clang/include/clang/AST/AttrTextNodeDump.inc
  429     case OMPAllocateDeclAttr::OMPUserDefinedMemAlloc:
gen/tools/clang/include/clang/AST/Attrs.inc
 8388       .Case("", OMPAllocateDeclAttr::OMPUserDefinedMemAlloc)
 8407     case OMPAllocateDeclAttr::OMPUserDefinedMemAlloc: return "";
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 9809   case OMPAllocateDeclAttr::OMPUserDefinedMemAlloc:
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 4747     case OMPAllocateDeclAttr::OMPUserDefinedMemAlloc:
 4922   case OMPAllocateDeclAttr::OMPUserDefinedMemAlloc:
tools/clang/lib/Sema/SemaOpenMP.cpp
  261   Expr *OMPPredefinedAllocators[OMPAllocateDeclAttr::OMPUserDefinedMemAlloc] = {
 2510     return OMPAllocateDeclAttr::OMPUserDefinedMemAlloc;
 2511   auto AllocatorKindRes = OMPAllocateDeclAttr::OMPUserDefinedMemAlloc;
 2514        I < OMPAllocateDeclAttr::OMPUserDefinedMemAlloc; ++I) {
 2539       AllocatorKind == OMPAllocateDeclAttr::OMPUserDefinedMemAlloc &&
 2637       if (AllocatorKind == OMPAllocateDeclAttr::OMPUserDefinedMemAlloc) {
11213        I < OMPAllocateDeclAttr::OMPUserDefinedMemAlloc; ++I) {