Searched refs:MisplacedConstCheck (Results 1 – 6 of 6) sorted by relevance
23 class MisplacedConstCheck : public ClangTidyCheck {25 MisplacedConstCheck(StringRef Name, ClangTidyContext *Context) in MisplacedConstCheck() function
19 void MisplacedConstCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()49 void MisplacedConstCheck::check(const MatchFinder::MatchResult &Result) { in check()
48 CheckFactories.registerCheck<MisplacedConstCheck>("misc-misplaced-const"); in addCheckFactories()
37 MisplacedConstCheck.cpp
37 "MisplacedConstCheck.cpp",
1121 clang-tools-extra/clang-tidy/misc/MisplacedConstCheck.cpp1122 clang-tools-extra/clang-tidy/misc/MisplacedConstCheck.h