Searched defs:AllocateMacroInfo (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Lex/
H A DPPDirectives.cpp36 MacroInfo *Preprocessor::AllocateMacroInfo() { function in class:Preprocessor
56 MacroInfo *Preprocessor::AllocateMacroInfo(SourceLocation L) { function in class:Preprocessor
57 MacroInfo *MI = AllocateMacroInfo();
1901 MacroInfo *MI = AllocateMacroInfo(MacroNameTok.getLocation());

Completed in 79 milliseconds