Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeCstyleCastCheck.h23 class ProTypeCstyleCastCheck : public ClangTidyCheck {
25 ProTypeCstyleCastCheck(StringRef Name, ClangTidyContext *Context) in ProTypeCstyleCastCheck() function
H A DProTypeCstyleCastCheck.cpp32 void ProTypeCstyleCastCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
37 void ProTypeCstyleCastCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DCMakeLists.txt21 ProTypeCstyleCastCheck.cpp
H A DCppCoreGuidelinesTidyModule.cpp81 CheckFactories.registerCheck<ProTypeCstyleCastCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DBUILD.gn33 "ProTypeCstyleCastCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1039 clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeCstyleCastCheck.cpp
1040 clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeCstyleCastCheck.h