Searched refs:IntegerTypesCheck (Results 1 – 5 of 5) sorted by relevance
43 IntegerTypesCheck::IntegerTypesCheck(StringRef Name, ClangTidyContext *Context) in IntegerTypesCheck() function in clang::tidy::google::runtime::IntegerTypesCheck49 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()
31 class IntegerTypesCheck : public ClangTidyCheck {33 IntegerTypesCheck(StringRef Name, ClangTidyContext *Context);
18 IntegerTypesCheck.cpp
61 CheckFactories.registerCheck<runtime::IntegerTypesCheck>( in addCheckFactories()
26 "IntegerTypesCheck.cpp",