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

References

include/llvm/DebugInfo/PDB/PDBSymbolTypeFriend.h
   21   DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Friend)
lib/DebugInfo/PDB/PDBExtras.cpp
  244     CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, Friend, OS)
lib/DebugInfo/PDB/PDBSymbol.cpp
   84     FACTORY_SYMTAG_CASE(Friend, PDBSymbolTypeFriend)
tools/llvm-pdbutil/llvm-pdbutil.cpp
 1147         case PDB_SymType::Friend: {
unittests/DebugInfo/PDB/PDBApiTest.cpp
  432     InsertItemWithTag(PDB_SymType::Friend);
  494   VerifyDyncast<PDBSymbolTypeFriend>(PDB_SymType::Friend);