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

References

tools/clang/lib/CodeGen/CGDebugInfo.cpp
 1894   if (VTablePtrType)
 1895     return VTablePtrType;
 1910   VTablePtrType = DBuilder.createPointerType(vtbl_ptr_type, Size);
 1911   return VTablePtrType;