Home
last modified time | relevance | path

Searched refs:InitVariablesCheck (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DInitVariablesCheck.cpp26 InitVariablesCheck::InitVariablesCheck(StringRef Name, in InitVariablesCheck() function in clang::tidy::cppcoreguidelines::InitVariablesCheck
34 void InitVariablesCheck::storeOptions(ClangTidyOptions::OptionMap &Opts) { in storeOptions()
39 void InitVariablesCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
52 void InitVariablesCheck::registerPPCallbacks(const SourceManager &SM, in registerPPCallbacks()
58 void InitVariablesCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DInitVariablesCheck.h24 class InitVariablesCheck : public ClangTidyCheck {
26 InitVariablesCheck(StringRef Name, ClangTidyContext *Context);
H A DCMakeLists.txt10 InitVariablesCheck.cpp
H A DCppCoreGuidelinesTidyModule.cpp58 CheckFactories.registerCheck<InitVariablesCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DBUILD.gn22 "InitVariablesCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1017 clang-tools-extra/clang-tidy/cppcoreguidelines/InitVariablesCheck.cpp
1018 clang-tools-extra/clang-tidy/cppcoreguidelines/InitVariablesCheck.h