Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DMacroInfo.h339 MacroDirective(Kind K, SourceLocation Loc) in MacroDirective() function
425 static bool classof(const MacroDirective *) { return true; } in classof()
H A DPPCallbacks.h28 class MacroDirective; variable