Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DHeaderGuard.cpp73 for (const auto &MacroEntry : Macros) { in EndOfMainFile() local
74 const MacroInfo *MI = MacroEntry.second; in EndOfMainFile()
93 Ifndefs[MacroEntry.first.getIdentifierInfo()].second; in EndOfMainFile()
94 SourceLocation Define = MacroEntry.first.getLocation(); in EndOfMainFile()
96 EndIfs[Ifndefs[MacroEntry.first.getIdentifierInfo()].first]; in EndOfMainFile()
101 MacroEntry.first.getIdentifierInfo()->getName(); in EndOfMainFile()
226 for (const auto &MacroEntry : Macros) { in checkGuardlessHeaders() local
227 StringRef Name = MacroEntry.first.getIdentifierInfo()->getName(); in checkGuardlessHeaders()
228 SourceLocation DefineLoc = MacroEntry.first.getLocation(); in checkGuardlessHeaders()