Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1138 DefMacroDirective *MD = AllocateDefMacroDirective(MI, Loc); in appendDefMacroDirective()
2071 DefMacroDirective *AllocateDefMacroDirective(MacroInfo *MI,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp64 DefMacroDirective *Preprocessor::AllocateDefMacroDirective(MacroInfo *MI, in AllocateDefMacroDirective() function in Preprocessor
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp2198 MD = PP.AllocateDefMacroDirective(MI, Loc); in resolvePendingMacro()