Home | History | Annotate | Download | only in Lex

Lines Matching refs:AllocateMacroInfo

36 MacroInfo *Preprocessor::AllocateMacroInfo() {
43 MacroInfo *Preprocessor::AllocateMacroInfo(SourceLocation L) {
44 MacroInfo *MI = AllocateMacroInfo();
2045 MacroInfo *MI = AllocateMacroInfo(MacroNameTok.getLocation());