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

References

tools/clang/lib/Lex/Pragma.cpp
  629   if (!IdentInfo) return;
  633     PragmaPushMacroInfo.find(IdentInfo);
  636     if (MacroInfo *MI = getMacroInfo(IdentInfo)) {
  639       appendMacroDirective(IdentInfo, AllocateUndefMacroDirective(MessageLoc));
  647       appendDefMacroDirective(IdentInfo, MacroToReInstall, MessageLoc);
  655       << IdentInfo->getName();