Searched refs:FullPathMap (Results 1 – 1 of 1) sorted by relevance
890 StringMap<uint16_t> FullPathMap; in verifyDebugLineRows() local910 auto It = FullPathMap.find(FullPath); in verifyDebugLineRows()911 if (It == FullPathMap.end()) in verifyDebugLineRows()912 FullPathMap[FullPath] = FileIndex; in verifyDebugLineRows()