Home
last modified time | relevance | path

Searched defs:DefMacroDirective (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DMacroInfo.h30 class DefMacroDirective; variable
434 DefMacroDirective(MacroInfo *MI, SourceLocation Loc) in DefMacroDirective() function
438 explicit DefMacroDirective(MacroInfo *MI) in DefMacroDirective() function
449 static bool classof(const DefMacroDirective *) { return true; } in classof()