Home
last modified time | relevance | path

Searched refs:ItemKey (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/modularize/
H A DPreprocessorTracker.cpp1128 const PPItemKey &ItemKey = I->first; in reportInconsistentMacros() local
1137 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() local
1194 OS << HeaderPaths[ItemKey.File] << ":" << ItemKey.Line << ":" in reportInconsistentConditionals()
1195 << ItemKey.Column << "\n"; in reportInconsistentConditionals()