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