Searched refs:pdbInputFileInstances (Results 1 – 2 of 2) sorted by relevance
36 std::map<std::string, PDBInputFile *> pdbInputFileInstances; variable
869 auto it = ctx.pdbInputFileInstances.find(*p); in findFromRecordPath()870 if (it != ctx.pdbInputFileInstances.end()) in findFromRecordPath()876 ctx.pdbInputFileInstances[mb.getBufferIdentifier().str()] = this; in parse()935 auto it = ctx.pdbInputFileInstances.emplace(*p, nullptr); in enqueuePdbFile()