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

Overridden By

include/llvm/DebugInfo/CodeView/TypeDeserializer.h
   73   Error visitTypeBegin(CVType &Record, TypeIndex Index) override {
include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h
   49   Error visitTypeBegin(CVType &Record, TypeIndex Index) override {
lib/DebugInfo/CodeView/RecordName.cpp
   54 Error TypeNameComputer::visitTypeBegin(CVType &Record, TypeIndex Index) {
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  173 Error TypeDumpVisitor::visitTypeBegin(CVType &Record, TypeIndex Index) {
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  212 Error TypeRecordMapping::visitTypeBegin(CVType &CVR, TypeIndex Index) {
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  220 Error MinimalTypeDumpVisitor::visitTypeBegin(CVType &Record, TypeIndex Index) {
unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp
   66   virtual Error visitTypeBegin(CVType &CVR, TypeIndex Index) {

References

include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h
   51       if (auto EC = Visitor->visitTypeBegin(Record, Index))
lib/DebugInfo/CodeView/CVTypeVisitor.cpp
  124   if (auto EC = Callbacks.visitTypeBegin(Record, Index))