Lines Matching defs:tsSrc
421 TypeServerSource *tsSrc = nullptr;
424 tsSrc = (TypeServerSource *)it->second;
426 if (tsSrc == nullptr) {
438 tsSrc = (TypeServerSource *)pdb->debugTypesObj;
443 if (tsSrc->Guid != tsId) {
449 return tsSrc;
453 Expected<TypeServerSource *> tsSrc = getTypeServerSource();
454 if (!tsSrc)
455 return tsSrc.takeError();
457 pdb::PDBFile &pdbSession = (*tsSrc)->pdbInputFile->session->getPDBFile();
463 tpiMap = (*tsSrc)->tpiMap;
464 ipiMap = (*tsSrc)->ipiMap;
839 TypeServerSource *tsSrc = *maybeTsSrc;
840 tpiMap = tsSrc->tpiMap;
841 ipiMap = tsSrc->ipiMap;