Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DOperatorsRepresentationCheck.cpp147 OperatorsRepresentationCheck::OperatorsRepresentationCheck( in OperatorsRepresentationCheck() function in clang::tidy::readability::OperatorsRepresentationCheck
158 void OperatorsRepresentationCheck::storeOptions( in storeOptions()
167 OperatorsRepresentationCheck::getCheckTraversalKind() const { in getCheckTraversalKind()
171 bool OperatorsRepresentationCheck::isLanguageVersionSupported( in isLanguageVersionSupported()
176 void OperatorsRepresentationCheck::registerBinaryOperatorMatcher( in registerBinaryOperatorMatcher()
209 void OperatorsRepresentationCheck::registerUnaryOperatorMatcher( in registerUnaryOperatorMatcher()
225 void OperatorsRepresentationCheck::registerOverloadedOperatorMatcher( in registerOverloadedOperatorMatcher()
271 void OperatorsRepresentationCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
277 void OperatorsRepresentationCheck::check( in check()
H A DOperatorsRepresentationCheck.h22 class OperatorsRepresentationCheck : public ClangTidyCheck {
24 OperatorsRepresentationCheck(StringRef Name, ClangTidyContext *Context);
H A DCMakeLists.txt37 OperatorsRepresentationCheck.cpp
H A DReadabilityTidyModule.cpp125 CheckFactories.registerCheck<OperatorsRepresentationCheck>( in addCheckFactories()
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/
H A DBUILD.gn44 "OperatorsRepresentationCheck.cpp",