Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DConstCorrectnessCheck.cpp37 ConstCorrectnessCheck::ConstCorrectnessCheck(StringRef Name, in ConstCorrectnessCheck() function in clang::tidy::misc::ConstCorrectnessCheck
54 void ConstCorrectnessCheck::storeOptions(ClangTidyOptions::OptionMap &Opts) { in storeOptions()
64 void ConstCorrectnessCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
113 void ConstCorrectnessCheck::check(const MatchFinder::MatchResult &Result) { in check()
203 void ConstCorrectnessCheck::registerScope(const CompoundStmt *LocalScope, in registerScope()
H A DConstCorrectnessCheck.h25 class ConstCorrectnessCheck : public ClangTidyCheck {
27 ConstCorrectnessCheck(StringRef Name, ClangTidyContext *Context);
H A DMiscTidyModule.cpp40 CheckFactories.registerCheck<ConstCorrectnessCheck>( in addCheckFactories()
H A DCMakeLists.txt31 ConstCorrectnessCheck.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc/
H A DBUILD.gn32 "ConstCorrectnessCheck.cpp",