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