Home | History | Annotate | Download | only in Lex

Lines Matching refs:AllocateMacroInfo

35 MacroInfo *Preprocessor::AllocateMacroInfo() {
55 MacroInfo *Preprocessor::AllocateMacroInfo(SourceLocation L) {
56 MacroInfo *MI = AllocateMacroInfo();
1815 MacroInfo *MI = AllocateMacroInfo(MacroNameTok.getLocation());