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

References

tools/clang/include/clang/Lex/MacroInfo.h
  334   bool isFromPCH() const { return IsFromPCH; }
  336   void setIsFromPCH() { IsFromPCH = true; }
tools/clang/lib/Lex/MacroInfo.cpp
  227   if (IsFromPCH) Out << " from_pch";