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

References

tools/clang/lib/Lex/PreprocessingRecord.cpp
  376       Entity = new (*this)
  400     addPreprocessedEntity(new (*this)
  403     addPreprocessedEntity(new (*this) MacroExpansion(Def, Range));
  449       new (*this) MacroDefinitionRecord(Id.getIdentifierInfo(), R);
  504       new (*this) clang::InclusionDirective(*this, Kind, FileName, !IsAngled,
tools/clang/lib/Serialization/ASTReader.cpp
 5937       ME = new (PPRec) MacroExpansion(Name, Range);
 5939       ME = new (PPRec) MacroExpansion(Def, Range);
 5948     MacroDefinitionRecord *MD = new (PPRec) MacroDefinitionRecord(II, Range);
 5968       = new (PPRec) InclusionDirective(PPRec, Kind,