Home | History | Annotate | Download | only in Serialization

Lines Matching refs:MacroDirective

1800   MacroDirective *import(Preprocessor &PP, SourceLocation ImportLoc) const {
1894 MacroDirective *Latest = nullptr, *Earliest = nullptr;
1897 MacroDirective *MD = nullptr;
1899 MacroDirective::Kind K = (MacroDirective::Kind)Record[Idx++];
1901 case MacroDirective::MD_Define: {
1918 case MacroDirective::MD_Undefine: {
1929 case MacroDirective::MD_Visibility:
2000 MacroDirective *Prev = PP.getMacroDirective(II);
2055 MacroDirective *Imported = MMI->import(PP, ImportLoc);