Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessor.h874 DefMacroDirective *MD = AllocateDefMacroDirective(MI, Loc); in appendDefMacroDirective()
1693 DefMacroDirective *AllocateDefMacroDirective(MacroInfo *MI,
/external/clang/lib/Lex/
DPPDirectives.cpp65 DefMacroDirective *Preprocessor::AllocateDefMacroDirective(MacroInfo *MI, in AllocateDefMacroDirective() function in Preprocessor
/external/clang/lib/Serialization/
DASTReader.cpp1854 MD = PP.AllocateDefMacroDirective(MI, Loc); in resolvePendingMacro()