Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Lex/
DPPDirectives.cpp35 MacroInfo *Preprocessor::AllocateMacroInfo() { in AllocateMacroInfo() function in Preprocessor
55 MacroInfo *Preprocessor::AllocateMacroInfo(SourceLocation L) { in AllocateMacroInfo() function in Preprocessor
56 MacroInfo *MI = AllocateMacroInfo(); in AllocateMacroInfo()
1894 MacroInfo *MI = AllocateMacroInfo(MacroNameTok.getLocation()); in HandleDefineDirective()
DPPMacroExpansion.cpp78 MacroInfo *MI = PP.AllocateMacroInfo(SourceLocation()); in RegisterBuiltinMacro()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Lex/
DPreprocessor.h1208 MacroInfo *AllocateMacroInfo(SourceLocation L);
1289 MacroInfo *AllocateMacroInfo();