Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h1412 DefMacroDirective *MD = AllocateDefMacroDirective(MI, Loc); in appendDefMacroDirective()
2457 DefMacroDirective *AllocateDefMacroDirective(MacroInfo *MI,
/openbsd/gnu/llvm/clang/lib/Lex/
H A DPPDirectives.cpp65 DefMacroDirective *Preprocessor::AllocateDefMacroDirective(MacroInfo *MI, in AllocateDefMacroDirective() function in Preprocessor
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp2222 MD = PP.AllocateDefMacroDirective(MI, Loc); in resolvePendingMacro()