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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  623   TypeIndex getParentScope() const { return ParentScope; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  527   error(IO.mapInteger(Record.ParentScope, "ParentScope"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  564   IO.mapRequired("ParentScope", Record.ParentScope);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  426                Func.FunctionType, Func.ParentScope);
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  290   checkTypeReferences(0, FuncId.FunctionType, FuncId.ParentScope);
  434   checkTypeReferences(0, FuncId.FunctionType, FuncId.ParentScope);