Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h30 class DefMacroDirective; variable
436 DefMacroDirective(MacroInfo *MI, SourceLocation Loc) in DefMacroDirective() function
440 explicit DefMacroDirective(MacroInfo *MI) in DefMacroDirective() function
451 static bool classof(const DefMacroDirective *) { return true; } in classof()