Searched refs:VerifyDyncast (Results 1 – 1 of 1) sorted by relevance
334 template <class ExpectedType> void VerifyDyncast(PDB_SymType Tag) { in VerifyDyncast() function in __anon767b75250111::PDBApiTest363 VerifyDyncast<PDBSymbolExe>(PDB_SymType::Exe); in TEST_F()364 VerifyDyncast<PDBSymbolCompiland>(PDB_SymType::Compiland); in TEST_F()365 VerifyDyncast<PDBSymbolCompilandDetails>(PDB_SymType::CompilandDetails); in TEST_F()366 VerifyDyncast<PDBSymbolCompilandEnv>(PDB_SymType::CompilandEnv); in TEST_F()367 VerifyDyncast<PDBSymbolFunc>(PDB_SymType::Function); in TEST_F()368 VerifyDyncast<PDBSymbolBlock>(PDB_SymType::Block); in TEST_F()369 VerifyDyncast<PDBSymbolData>(PDB_SymType::Data); in TEST_F()370 VerifyDyncast<PDBSymbolAnnotation>(PDB_SymType::Annotation); in TEST_F()371 VerifyDyncast<PDBSymbolLabel>(PDB_SymType::Label); in TEST_F()[all …]