Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DMathMissingParenthesesCheck.h21 class MathMissingParenthesesCheck : public ClangTidyCheck {
23 MathMissingParenthesesCheck(StringRef Name, ClangTidyContext *Context) in MathMissingParenthesesCheck() function
H A DMathMissingParenthesesCheck.cpp18 void MathMissingParenthesesCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
88 void MathMissingParenthesesCheck::check( in check()
H A DCMakeLists.txt31 MathMissingParenthesesCheck.cpp
H A DReadabilityTidyModule.cpp109 CheckFactories.registerCheck<MathMissingParenthesesCheck>( in addCheckFactories()
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/
H A DBUILD.gn38 "MathMissingParenthesesCheck.cpp",