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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp58 MacroInfo *Preprocessor::AllocateMacroInfo(SourceLocation L) { function in class:Preprocessor
2551 MacroInfo *const MI = AllocateMacroInfo(MacroNameTok.getLocation());
2904 MacroInfo *MI = AllocateMacroInfo(SourceLocation());
H A DPPMacroExpansion.cpp333 MacroInfo *MI = PP.AllocateMacroInfo(SourceLocation());
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1995 MacroInfo *AllocateMacroInfo(SourceLocation L);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp1749 MacroInfo *MI = PP.AllocateMacroInfo(Loc);

Completed in 311 milliseconds