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

Overridden By

include/llvm/DebugInfo/CodeView/TypeDeserializer.h
   67   Error visitTypeBegin(CVType &Record) override {
include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h
   41   Error visitTypeBegin(CVType &Record) override {
lib/DebugInfo/CodeView/RecordName.cpp
   49 Error TypeNameComputer::visitTypeBegin(CVType &Record) {
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  169 Error TypeDumpVisitor::visitTypeBegin(CVType &Record) {
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  187 Error TypeRecordMapping::visitTypeBegin(CVType &CVR) {

References

include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h
   43       if (auto EC = Visitor->visitTypeBegin(Record))
lib/DebugInfo/CodeView/CVTypeVisitor.cpp
  131   if (auto EC = Callbacks.visitTypeBegin(Record))