Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPPLexerChange.cpp657 if (!Macro.second.getLatest() && in EnterSubmodule()
661 MacroState MS(Macro.second.getLatest()); in EnterSubmodule()
699 OldMD = PredefMacroIt->second.getLatest(); in LeaveSubmodule()
705 for (auto *MD = Macro.second.getLatest(); MD != OldMD; in LeaveSubmodule()
HDPPMacroExpansion.cpp42 : Pos->second.getLatest(); in getLocalMacroDirectiveHistory()
50 auto *OldMD = StoredMD.getLatest(); in appendMacroDirective()
67 assert(!StoredMD.getLatest() && in setLoadedMacroDirective()
221 for (auto *MD = State ? State->getLatest() : nullptr; MD; in dumpMacroInfo()
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessor.h433 MacroDirective *getLatest() const { in getLatest() function
459 if (auto *Latest = getLatest()) in findDirectiveAtLoc()
801 auto *MD = J->second.getLatest(); in isMacroDefinedInLocalModule()
810 auto *MD = S.getLatest(); in getMacroDefinition()
825 if (auto *MD = S.getLatest()) in getMacroDefinitionAtLoc()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDPrintPreprocessedOutput.cpp701 auto *MD = I->second.getLatest(); in DoPrintMacros()