Searched refs:ItemKey (Results 1 – 1 of 1) sorted by relevance
1128 const PPItemKey &ItemKey = I->first; in reportInconsistentMacros() local1137 if (ItemKey.Column > 0) in reportInconsistentMacros()1138 OS << std::string(ItemKey.Column - 1, ' ') << "^\n"; in reportInconsistentMacros()1165 if (MacroInfo.DefinitionLocation.Line != ItemKey.Line) { in reportInconsistentMacros()1187 const PPItemKey &ItemKey = I->first; in reportInconsistentConditionals() local1194 OS << HeaderPaths[ItemKey.File] << ":" << ItemKey.Line << ":" in reportInconsistentConditionals()1195 << ItemKey.Column << "\n"; in reportInconsistentConditionals()