Home
last modified time | relevance | path

Searched refs:MacroToEnumCheck (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DMacroToEnumCheck.h24 class MacroToEnumCheck : public ClangTidyCheck {
26 MacroToEnumCheck(StringRef Name, ClangTidyContext *Context) in MacroToEnumCheck() function
H A DMacroToEnumCheck.cpp111 MacroToEnumCallbacks(MacroToEnumCheck *Check, const LangOptions &LangOptions, in MacroToEnumCallbacks()
220 MacroToEnumCheck *Check;
520 void MacroToEnumCheck::registerPPCallbacks(const SourceManager &SM, in registerPPCallbacks()
528 void MacroToEnumCheck::registerMatchers(ast_matchers::MatchFinder *Finder) { in registerMatchers()
542 void MacroToEnumCheck::check( in check()
H A DCMakeLists.txt15 MacroToEnumCheck.cpp
H A DModernizeTidyModule.cpp63 CheckFactories.registerCheck<MacroToEnumCheck>("modernize-macro-to-enum"); in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/modernize/
H A DBUILD.gn24 "MacroToEnumCheck.cpp",