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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  114   TypeIndex getContainingType() const { return ContainingType; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  376     error(IO.mapInteger(M.ContainingType, "ClassType"));
lib/DebugInfo/PDB/Native/NativeTypePointer.cpp
   75   return Session.getSymbolCache().findSymbolByTypeIndex(MPI.ContainingType);
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  386   IO.mapRequired("ContainingType", MPI.ContainingType);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  726     clang::QualType class_type = GetOrCreateType(mpi.ContainingType);
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  476     GetOrCreateType(mpi.ContainingType);
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  422                       MemberPointer.MemberInfo->ContainingType);
  459                       MemberPointer.MemberInfo->ContainingType);