Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DMacroInfo.h387 const MacroDirective *getPrevious() const { return Previous; } in getPrevious() function
390 MacroDirective *getPrevious() { return Previous; } in getPrevious() function
575 if (isInvalid() || DefDirective->getPrevious() == nullptr) in getPreviousDefinition()
577 return DefDirective->getPrevious()->getDefinition(); in getPreviousDefinition()
/minix/external/bsd/llvm/dist/clang/lib/Lex/
H A DMacroInfo.cpp176 for (; MD; MD = MD->getPrevious()) { in getDefinition()
218 if (auto *Prev = getPrevious()) in dump()
H A DPPMacroExpansion.cpp47 assert(!MD->getPrevious() && "Already attached to a MacroDirective history."); in appendMacroDirective()
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp2087 for (; MD; MD = MD->getPrevious()) { in WritePreprocessor()
3158 getPublicSubmoduleMacro(MD->getPrevious(), State)) in getNextPublicSubmoduleMacro()
3174 for (; MD; MD = MD->getPrevious()) { in getPublicSubmoduleMacro()
3216 for (MD = MD->getPrevious(); MD; MD = MD->getPrevious()) { in getOverriddenSubmodules()