Searched refs:LazyWarningDebugLocationCount (Results 1 – 1 of 1) sorted by relevance
1107 DenseMap<const DILocation *, int> LazyWarningDebugLocationCount; member1285 if (LazyWarningDebugLocationCount.empty()) in shouldDisambiguateWarningLocation()1287 ++LazyWarningDebugLocationCount[I.OrigIns->getDebugLoc()]; in shouldDisambiguateWarningLocation()1289 return LazyWarningDebugLocationCount[DebugLoc] >= ClDisambiguateWarning; in shouldDisambiguateWarningLocation()