Lines Matching refs:isPdb
160 if (File->isPdb()) in SymbolGroup()
192 assert(File && File->isPdb()); in initializeForPdb()
230 assert(File && File->isPdb() && DebugStream); in getPdbModuleStream()
349 assert(isPdb()); in pdb()
354 assert(isPdb()); in pdb()
379 if (isPdb()) in getFilePath()
388 if (isPdb()) in hasTypes()
405 bool InputFile::isPdb() const { return PdbOrObj.is<PDBFile *>(); } in isPdb() function in InputFile
421 assert(isPdb() && pdb().hasPDBIpiStream()); in getOrCreateTypeCollection()
426 if (isPdb()) { in getOrCreateTypeCollection()
518 if (Value.File->isPdb()) { in operator ++()
547 if (Value.File->isPdb()) { in isEnd()