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

Declarations

tools/clang/lib/CodeGen/CGDebugInfo.h
  218   llvm::DIType *getOrCreateStructPtrType(StringRef Name, llvm::DIType *&Cache);

References

tools/clang/lib/CodeGen/CGDebugInfo.cpp
  693     return getOrCreateStructPtrType("opencl_sampler_t", OCLSamplerDITy);
  695     return getOrCreateStructPtrType("opencl_event_t", OCLEventDITy);
  697     return getOrCreateStructPtrType("opencl_clk_event_t", OCLClkEventDITy);
  699     return getOrCreateStructPtrType("opencl_queue_t", OCLQueueDITy);
  701     return getOrCreateStructPtrType("opencl_reserve_id_t", OCLReserveIDDITy);