Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h342 MacroDirective(Kind K, SourceLocation Loc) in MacroDirective() function
428 static bool classof(const MacroDirective *) { return true; } in classof()
H A DPPCallbacks.h28 class MacroDirective; variable