Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DAvoidNonConstGlobalVariablesCheck.h23 class AvoidNonConstGlobalVariablesCheck : public ClangTidyCheck {
25 AvoidNonConstGlobalVariablesCheck(StringRef Name, ClangTidyContext *Context) in AvoidNonConstGlobalVariablesCheck() function
H A DAvoidNonConstGlobalVariablesCheck.cpp24 void AvoidNonConstGlobalVariablesCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
47 void AvoidNonConstGlobalVariablesCheck::check( in check()
H A DCMakeLists.txt8 AvoidNonConstGlobalVariablesCheck.cpp
H A DCppCoreGuidelinesTidyModule.cpp54 CheckFactories.registerCheck<AvoidNonConstGlobalVariablesCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DBUILD.gn20 "AvoidNonConstGlobalVariablesCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1014 clang-tools-extra/clang-tidy/cppcoreguidelines/AvoidNonConstGlobalVariablesCheck.cpp
1015 clang-tools-extra/clang-tidy/cppcoreguidelines/AvoidNonConstGlobalVariablesCheck.h