Home | History | Annotate | Download | only in Lex

Lines Matching refs:MacroDirective

60 MacroDirective *Preprocessor::AllocateMacroDirective(MacroInfo *MI,
63 MacroDirective *MD = BP.Allocate<MacroDirective>();
64 new (MD) MacroDirective(MI, Loc, isImported);
1110 MacroDirective *MD = getMacroDirective(MacroNameTok.getIdentifierInfo());
1141 MacroDirective *MD = getMacroDirective(MacroNameTok.getIdentifierInfo());
1944 MacroDirective *MD = setMacroDirective(MacroNameTok.getIdentifierInfo(), MI);
1977 MacroDirective *MD = getMacroDirective(MacroNameTok.getIdentifierInfo());
1998 void Preprocessor::UndefineMacro(IdentifierInfo *II, MacroDirective *MD,
2041 MacroDirective *MD = getMacroDirective(MII);