Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DMacroInfo.h328 const MacroDirective *getPrevious() const { return Previous; } in getPrevious() function
331 MacroDirective *getPrevious() { return Previous; } in getPrevious() function
476 if (isInvalid() || DefDirective->getPrevious() == nullptr) in getPreviousDefinition()
478 return DefDirective->getPrevious()->getDefinition(); in getPreviousDefinition()
H A DPreprocessor.h1081 MD = MD->getPrevious(); in getMacroDefinition()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DMacroInfo.cpp182 for (; MD; MD = MD->getPrevious()) { in getDefinition()
225 if (auto *Prev = getPrevious()) in dump()
H A DPPMacroExpansion.cpp73 assert(!MD->getPrevious() && "Already attached to a MacroDirective history."); in appendMacroDirective()
119 assert(!OldMD->getPrevious() && "builtin should only have a single entry"); in setLoadedMacroDirective()
233 MD = MD->getPrevious(); in updateModuleMacroInfo()
283 MD = MD->getPrevious()) { in dumpMacroInfo()
H A DPPLexerChange.cpp782 for (auto *MD = Macro.getLatest(); MD != OldMD; MD = MD->getPrevious()) { in LeaveSubmodule()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DRedeclarable.h122 decl_type *getPrevious(const decl_type *D) const { in getPrevious() function
190 return RedeclLink.getPrevious(static_cast<const decl_type *>(this)); in getNextRedeclaration()
/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1355 for (auto *MD = LatestLocalMD; MD; MD = MD->getPrevious()) { in checkConfigMacro()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp2218 for (; MD; MD = MD->getPrevious()) { in WritePreprocessor()