Searched refs:TypePromotionInMathFnCheck (Results 1 – 5 of 5) sorted by relevance
31 TypePromotionInMathFnCheck::TypePromotionInMathFnCheck( in TypePromotionInMathFnCheck() function in clang::tidy::performance::TypePromotionInMathFnCheck38 void TypePromotionInMathFnCheck::registerPPCallbacks( in registerPPCallbacks()43 void TypePromotionInMathFnCheck::storeOptions( in storeOptions()48 void TypePromotionInMathFnCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()156 void TypePromotionInMathFnCheck::check(const MatchFinder::MatchResult &Result) { in check()
28 class TypePromotionInMathFnCheck : public ClangTidyCheck {30 TypePromotionInMathFnCheck(StringRef Name, ClangTidyContext *Context);
20 TypePromotionInMathFnCheck.cpp
58 CheckFactories.registerCheck<TypePromotionInMathFnCheck>( in addCheckFactories()
28 "TypePromotionInMathFnCheck.cpp",