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

References

tools/clang/lib/Lex/PPMacroExpansion.cpp
  265     State = &Pos->second;
  267   llvm::errs() << "MacroState " << State << " " << II->getNameStart();
  268   if (State && State->isAmbiguous(*this, II))
  268   if (State && State->isAmbiguous(*this, II))
  270   if (State && !State->getOverriddenMacros().empty()) {
  270   if (State && !State->getOverriddenMacros().empty()) {
  272     for (auto *O : State->getOverriddenMacros())
  278   for (auto *MD = State ? State->getLatest() : nullptr; MD;
  278   for (auto *MD = State ? State->getLatest() : nullptr; MD;
  286   for (auto *MM : State ? State->getActiveModuleMacros(*this, II) : None)
  286   for (auto *MM : State ? State->getActiveModuleMacros(*this, II) : None)