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

References

include/llvm/DebugInfo/CodeView/TypeDeserializer.h
   45     if (auto EC = I.Mapping.visitTypeBegin(CVT))
   47     if (auto EC = I.Mapping.visitKnownRecord(CVT, Record))
   49     if (auto EC = I.Mapping.visitTypeEnd(CVT))
   70     return Mapping->Mapping.visitTypeBegin(Record);
   79     auto EC = Mapping->Mapping.visitTypeEnd(Record);
   96     return Mapping->Mapping.visitKnownRecord(CVR, Record);