Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DMisplacedConstCheck.h23 class MisplacedConstCheck : public ClangTidyCheck {
25 MisplacedConstCheck(StringRef Name, ClangTidyContext *Context) in MisplacedConstCheck() function
H A DMisplacedConstCheck.cpp19 void MisplacedConstCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
49 void MisplacedConstCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DMiscTidyModule.cpp48 CheckFactories.registerCheck<MisplacedConstCheck>("misc-misplaced-const"); in addCheckFactories()
H A DCMakeLists.txt37 MisplacedConstCheck.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc/
H A DBUILD.gn37 "MisplacedConstCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1121 clang-tools-extra/clang-tidy/misc/MisplacedConstCheck.cpp
1122 clang-tools-extra/clang-tidy/misc/MisplacedConstCheck.h