Home
last modified time | relevance | path

Searched refs:AllocateMacroInfo (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Lex/
DPPDirectives.cpp41 MacroInfo *Preprocessor::AllocateMacroInfo() { in AllocateMacroInfo() function in Preprocessor
48 MacroInfo *Preprocessor::AllocateMacroInfo(SourceLocation L) { in AllocateMacroInfo() function in Preprocessor
49 MacroInfo *MI = AllocateMacroInfo(); in AllocateMacroInfo()
2281 MacroInfo *MI = AllocateMacroInfo(MacroNameTok.getLocation()); in HandleDefineDirective()
DPPMacroExpansion.cpp283 MacroInfo *MI = PP.AllocateMacroInfo(SourceLocation()); in RegisterBuiltinMacro()
/external/clang/include/clang/Lex/
DPreprocessor.h1625 MacroInfo *AllocateMacroInfo(SourceLocation L);
1723 MacroInfo *AllocateMacroInfo();