Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessor.h881 DefMacroDirective *MD = AllocateDefMacroDirective(MI, Loc); in appendDefMacroDirective()
1725 DefMacroDirective *AllocateDefMacroDirective(MacroInfo *MI,
/external/clang/lib/Lex/
DPPDirectives.cpp70 DefMacroDirective *Preprocessor::AllocateDefMacroDirective(MacroInfo *MI, in AllocateDefMacroDirective() function in Preprocessor
/external/clang/lib/Serialization/
DASTReader.cpp1877 MD = PP.AllocateDefMacroDirective(MI, Loc); in resolvePendingMacro()