Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp730 if (!Macro.second.getLatest() && in EnterSubmodule()
734 MacroState MS(Macro.second.getLatest()); in EnterSubmodule()
823 OldMD = OldMacroIt->second.getLatest(); in LeaveSubmodule()
829 for (auto *MD = Macro.getLatest(); MD != OldMD; MD = MD->getPrevious()) { in LeaveSubmodule()
H A DPPMacroExpansion.cpp66 : Pos->second.getLatest(); in getLocalMacroDirectiveHistory()
74 auto *OldMD = StoredMD.getLatest(); in appendMacroDirective()
109 if (auto *OldMD = StoredMD.getLatest()) { in setLoadedMacroDirective()
277 for (auto *MD = State ? State->getLatest() : nullptr; MD; in dumpMacroInfo()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp233 for (auto *MD = M.second.getLatest(); MD; MD = MD->getPrevious()) { in indexPreprocessorMacros()
244 if (M.second.getLatest() == nullptr) { in indexPreprocessorModuleMacros()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h915 MacroDirective *getLatest() const { in getLatest() function
943 if (auto *Latest = getLatest()) in findDirectiveAtLoc()
1378 auto *MD = J->second.getLatest(); in isMacroDefinedInLocalModule()
1387 auto *MD = S.getLatest(); in getMacroDefinition()
1402 if (auto *MD = S.getLatest()) in getMacroDefinitionAtLoc()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp1055 auto *MD = I->second.getLatest(); in DoPrintMacros()