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

References

gen/tools/clang/include/clang/AST/AttrTextNodeDump.inc
  426     case OMPAllocateDeclAttr::OMPThreadMemAlloc:
gen/tools/clang/include/clang/AST/Attrs.inc
 8387       .Case("omp_thread_mem_alloc", OMPAllocateDeclAttr::OMPThreadMemAlloc)
 8406     case OMPAllocateDeclAttr::OMPThreadMemAlloc: return "omp_thread_mem_alloc";
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 9804   case OMPAllocateDeclAttr::OMPThreadMemAlloc:
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 4742     case OMPAllocateDeclAttr::OMPThreadMemAlloc:
 4909   case OMPAllocateDeclAttr::OMPThreadMemAlloc:
tools/clang/lib/Sema/SemaOpenMP.cpp
 4205     if (AllocatorKind == OMPAllocateDeclAttr::OMPThreadMemAlloc &&