Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/google/
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()
DIntegerTypesCheck.h31 class IntegerTypesCheck : public ClangTidyCheck {
33 IntegerTypesCheck(StringRef Name, ClangTidyContext *Context);
DCMakeLists.txt18 IntegerTypesCheck.cpp
DGoogleTidyModule.cpp61 CheckFactories.registerCheck<runtime::IntegerTypesCheck>( in addCheckFactories()
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/google/
DBUILD.gn26 "IntegerTypesCheck.cpp",