reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
476 VerifyDyncast<PDBSymbolExe>(PDB_SymType::Exe); 477 VerifyDyncast<PDBSymbolCompiland>(PDB_SymType::Compiland); 478 VerifyDyncast<PDBSymbolCompilandDetails>(PDB_SymType::CompilandDetails); 479 VerifyDyncast<PDBSymbolCompilandEnv>(PDB_SymType::CompilandEnv); 480 VerifyDyncast<PDBSymbolFunc>(PDB_SymType::Function); 481 VerifyDyncast<PDBSymbolBlock>(PDB_SymType::Block); 482 VerifyDyncast<PDBSymbolData>(PDB_SymType::Data); 483 VerifyDyncast<PDBSymbolAnnotation>(PDB_SymType::Annotation); 484 VerifyDyncast<PDBSymbolLabel>(PDB_SymType::Label); 485 VerifyDyncast<PDBSymbolPublicSymbol>(PDB_SymType::PublicSymbol); 486 VerifyDyncast<PDBSymbolTypeUDT>(PDB_SymType::UDT); 487 VerifyDyncast<PDBSymbolTypeEnum>(PDB_SymType::Enum); 488 VerifyDyncast<PDBSymbolTypeFunctionSig>(PDB_SymType::FunctionSig); 489 VerifyDyncast<PDBSymbolTypePointer>(PDB_SymType::PointerType); 490 VerifyDyncast<PDBSymbolTypeArray>(PDB_SymType::ArrayType); 491 VerifyDyncast<PDBSymbolTypeBuiltin>(PDB_SymType::BuiltinType); 492 VerifyDyncast<PDBSymbolTypeTypedef>(PDB_SymType::Typedef); 493 VerifyDyncast<PDBSymbolTypeBaseClass>(PDB_SymType::BaseClass); 494 VerifyDyncast<PDBSymbolTypeFriend>(PDB_SymType::Friend); 495 VerifyDyncast<PDBSymbolTypeFunctionArg>(PDB_SymType::FunctionArg); 496 VerifyDyncast<PDBSymbolFuncDebugStart>(PDB_SymType::FuncDebugStart); 497 VerifyDyncast<PDBSymbolFuncDebugEnd>(PDB_SymType::FuncDebugEnd); 498 VerifyDyncast<PDBSymbolUsingNamespace>(PDB_SymType::UsingNamespace); 499 VerifyDyncast<PDBSymbolTypeVTableShape>(PDB_SymType::VTableShape); 500 VerifyDyncast<PDBSymbolTypeVTable>(PDB_SymType::VTable); 501 VerifyDyncast<PDBSymbolCustom>(PDB_SymType::Custom); 502 VerifyDyncast<PDBSymbolThunk>(PDB_SymType::Thunk); 503 VerifyDyncast<PDBSymbolTypeCustom>(PDB_SymType::CustomType); 504 VerifyDyncast<PDBSymbolTypeManaged>(PDB_SymType::ManagedType); 505 VerifyDyncast<PDBSymbolTypeDimension>(PDB_SymType::Dimension);