Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DMacroUsageCheck.h17 class MacroDirective; variable
/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
/llvm-project/clang-tools-extra/include-cleaner/lib/
H A DRecord.cpp111 const MacroDirective *) override { in MacroUndefined()
/llvm-project/clang-tools-extra/pp-trace/
H A DPPCallbacksTracker.cpp331 const MacroDirective *MacroDirective) { in MacroDefined()