Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h1285 DefMacroDirective *MD = AllocateDefMacroDirective(MI, Loc); in appendDefMacroDirective()
2284 DefMacroDirective *AllocateDefMacroDirective(MacroInfo *MI,
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPDirectives.cpp65 DefMacroDirective *Preprocessor::AllocateDefMacroDirective(MacroInfo *MI, in AllocateDefMacroDirective() function in Preprocessor
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp2226 MD = PP.AllocateDefMacroDirective(MI, Loc); in resolvePendingMacro()