Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeConstCastCheck.cpp32 ProTypeConstCastCheck::ProTypeConstCastCheck(StringRef Name, in ProTypeConstCastCheck() function in clang::tidy::cppcoreguidelines::ProTypeConstCastCheck
37 void ProTypeConstCastCheck::storeOptions(ClangTidyOptions::OptionMap &Opts) { in storeOptions()
41 void ProTypeConstCastCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
45 void ProTypeConstCastCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DProTypeConstCastCheck.h20 class ProTypeConstCastCheck : public ClangTidyCheck {
22 ProTypeConstCastCheck(StringRef Name, ClangTidyContext *Context);
H A DCMakeLists.txt26 ProTypeConstCastCheck.cpp
H A DCppCoreGuidelinesTidyModule.cpp41 #include "ProTypeConstCastCheck.h"
113 CheckFactories.registerCheck<ProTypeConstCastCheck>( in addCheckFactories()
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DBUILD.gn38 "ProTypeConstCastCheck.cpp",