Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Lex/
DPPDirectives.cpp60 MacroInfo *Preprocessor::AllocateMacroInfo(SourceLocation L) { in AllocateMacroInfo() function in Preprocessor
2783 MacroInfo *const MI = AllocateMacroInfo(MacroNameTok.getLocation()); in ReadOptionalMacroParameterListAndBody()
3152 MacroInfo *MI = AllocateMacroInfo(SourceLocation()); in HandleDefineDirective()
DPPMacroExpansion.cpp331 MacroInfo *MI = PP.AllocateMacroInfo(SourceLocation()); in RegisterBuiltinMacro()
/openbsd/src/gnu/llvm/clang/include/clang/Lex/
DPreprocessor.h2387 MacroInfo *AllocateMacroInfo(SourceLocation L);
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTReader.cpp1772 MacroInfo *MI = PP.AllocateMacroInfo(Loc); in ReadMacroRecord()