Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DMacroInfo.h31 class DefMacroDirective; variable
411 DefMacroDirective(MacroInfo *MI, SourceLocation Loc) in DefMacroDirective() function
415 explicit DefMacroDirective(MacroInfo *MI) in DefMacroDirective() function
426 static bool classof(const DefMacroDirective *) { return true; } in classof()