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

References

include/llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h
   24   DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::BaseClass)
lib/DebugInfo/PDB/PDBExtras.cpp
  243     CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, BaseClass, OS)
lib/DebugInfo/PDB/PDBSymbol.cpp
   83     FACTORY_SYMTAG_CASE(BaseClass, PDBSymbolTypeBaseClass)
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  142     return PDB_SymType::BaseClass;
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  294   case PDB_SymType::BaseClass:
  374   case PDB_SymType::BaseClass: {
tools/llvm-pdbutil/llvm-pdbutil.cpp
 1146         case PDB_SymType::BaseClass:
unittests/DebugInfo/PDB/PDBApiTest.cpp
  431     InsertItemWithTag(PDB_SymType::BaseClass);
  493   VerifyDyncast<PDBSymbolTypeBaseClass>(PDB_SymType::BaseClass);