Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPDirectives.cpp36 MacroInfo *Preprocessor::AllocateMacroInfo() { in AllocateMacroInfo() function in Preprocessor
43 MacroInfo *Preprocessor::AllocateMacroInfo(SourceLocation L) { in AllocateMacroInfo() function in Preprocessor
44 MacroInfo *MI = AllocateMacroInfo(); in AllocateMacroInfo()
2045 MacroInfo *MI = AllocateMacroInfo(MacroNameTok.getLocation()); in HandleDefineDirective()
DPPMacroExpansion.cpp82 MacroInfo *MI = PP.AllocateMacroInfo(SourceLocation()); in RegisterBuiltinMacro()
/external/clang/include/clang/Lex/
DPreprocessor.h1323 MacroInfo *AllocateMacroInfo(SourceLocation L);
1410 MacroInfo *AllocateMacroInfo();