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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  193   TypeIndex getThisType() const { return ThisType; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  303   error(IO.mapInteger(Record.ThisType, "ThisType"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  410   IO.mapRequired("ThisType", Record.ThisType);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  416                MF.ClassType, MF.ThisType, MF.ThisPointerAdjustment);
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  346                       MemberFunction.ThisType, MemberFunction.ArgumentList);
  445                       MemberFunction.ThisType, MemberFunction.ArgumentList);