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

References

tools/clang/lib/CodeGen/CGDebugInfo.cpp
 2946   if (Ty.isNull())
 2950   Ty = UnwrapTypeForDebugInfo(Ty, CGM.getContext());
 2950   Ty = UnwrapTypeForDebugInfo(Ty, CGM.getContext());
 2952   if (auto *T = getTypeOrNull(Ty))
 2955   llvm::DIType *Res = CreateTypeNode(Ty, Unit);
 2956   void *TyPtr = Ty.getAsOpaquePtr();