Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/
H A DIntegerTypesCheck.cpp43 IntegerTypesCheck::IntegerTypesCheck(StringRef Name, ClangTidyContext *Context) in IntegerTypesCheck() function in clang::tidy::google::runtime::IntegerTypesCheck
49 void IntegerTypesCheck::storeOptions(ClangTidyOptions::OptionMap &Opts) { in storeOptions()
55 void IntegerTypesCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
69 void IntegerTypesCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DIntegerTypesCheck.h31 class IntegerTypesCheck : public ClangTidyCheck {
33 IntegerTypesCheck(StringRef Name, ClangTidyContext *Context);
H A DCMakeLists.txt18 IntegerTypesCheck.cpp
H A DGoogleTidyModule.cpp61 CheckFactories.registerCheck<runtime::IntegerTypesCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/google/
H A DBUILD.gn26 "IntegerTypesCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1079 clang-tools-extra/clang-tidy/google/IntegerTypesCheck.h