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.cpp737 if (!Macro.second.getLatest() && in EnterSubmodule()
741 MacroState MS(Macro.second.getLatest()); in EnterSubmodule()
829 OldMD = OldMacroIt->second.getLatest(); in LeaveSubmodule()
835 for (auto *MD = Macro.getLatest(); MD != OldMD; MD = MD->getPrevious()) { in LeaveSubmodule()
H A DPPMacroExpansion.cpp68 : Pos->second.getLatest(); in getLocalMacroDirectiveHistory()
76 auto *OldMD = StoredMD.getLatest(); in appendMacroDirective()
111 if (auto *OldMD = StoredMD.getLatest()) { in setLoadedMacroDirective()
279 for (auto *MD = State ? State->getLatest() : nullptr; MD; in dumpMacroInfo()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp235 for (auto *MD = M.second.getLatest(); MD; MD = MD->getPrevious()) { in indexPreprocessorMacros()
246 if (M.second.getLatest() == nullptr) { in indexPreprocessorModuleMacros()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h891 MacroDirective *getLatest() const { in getLatest() function
919 if (auto *Latest = getLatest()) in findDirectiveAtLoc()
1363 auto *MD = J->second.getLatest(); in isMacroDefinedInLocalModule()
1372 auto *MD = S.getLatest(); in getMacroDefinition()
1387 if (auto *MD = S.getLatest()) in getMacroDefinitionAtLoc()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp1059 auto *MD = I->second.getLatest(); in DoPrintMacros()