Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPLexerChange.cpp684 if (!Macro.second.getLatest() && in EnterSubmodule()
688 MacroState MS(Macro.second.getLatest()); in EnterSubmodule()
776 OldMD = OldMacroIt->second.getLatest(); in LeaveSubmodule()
782 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()
282 for (auto *MD = State ? State->getLatest() : nullptr; MD; in dumpMacroInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingAction.cpp216 for (auto *MD = M.second.getLatest(); MD; MD = MD->getPrevious()) { in indexPreprocessorMacros()
227 if (M.second.getLatest() == nullptr) { in indexPreprocessorModuleMacros()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h644 MacroDirective *getLatest() const { in getLatest() function
672 if (auto *Latest = getLatest()) in findDirectiveAtLoc()
1070 auto *MD = J->second.getLatest(); in isMacroDefinedInLocalModule()
1079 auto *MD = S.getLatest(); in getMacroDefinition()
1094 if (auto *MD = S.getLatest()) in getMacroDefinitionAtLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp840 auto *MD = I->second.getLatest(); in DoPrintMacros()