Home | History | Annotate | Download | only in Lex

Lines Matching refs:MacroDirective

36 MacroDirective *
45 void Preprocessor::appendMacroDirective(IdentifierInfo *II, MacroDirective *MD){
46 assert(MD && "MacroDirective should be non-zero!");
47 assert(!MD->getPrevious() && "Already attached to a MacroDirective history.");
49 MacroDirective *&StoredMD = Macros[II];
63 MacroDirective *MD) {
65 MacroDirective *&StoredMD = Macros[II];
225 MacroDirective *MD) {
226 MacroDirective::DefInfo Def = MD->getDefinition();
307 for (MacroDirective::DefInfo PrevDef = Def.getPreviousDefinition();