reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Lex/MacroInfo.h
  476   if (isInvalid() || DefDirective->getPrevious() == nullptr)
  478   return DefDirective->getPrevious()->getDefinition();
tools/clang/include/clang/Lex/Preprocessor.h
 1042       MD = MD->getPrevious();
tools/clang/lib/Frontend/CompilerInstance.cpp
 1346   for (auto *MD = LatestLocalMD; MD; MD = MD->getPrevious()) {
tools/clang/lib/Lex/MacroInfo.cpp
  182   for (; MD; MD = MD->getPrevious()) {
tools/clang/lib/Lex/PPLexerChange.cpp
  780     for (auto *MD = Macro.getLatest(); MD != OldMD; MD = MD->getPrevious()) {
tools/clang/lib/Lex/PPMacroExpansion.cpp
   70   assert(!MD->getPrevious() && "Already attached to a MacroDirective history.");
  116     assert(!OldMD->getPrevious() && "builtin should only have a single entry");
  229       MD = MD->getPrevious();
  279        MD = MD->getPrevious()) {
tools/clang/lib/Serialization/ASTWriter.cpp
 2558     for (; MD; MD = MD->getPrevious()) {