Searched refs:AllocateMacroInfo (Results 1 - 3 of 3) 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());
H A DPPMacroExpansion.cpp79 MacroInfo *MI = PP.AllocateMacroInfo(SourceLocation());
/external/clang/include/clang/Lex/
H A DPreprocessor.h1287 MacroInfo *AllocateMacroInfo(SourceLocation L);
1371 MacroInfo *AllocateMacroInfo();

Completed in 92 milliseconds