Searched refs:OperatorsRepresentationCheck (Results 1 – 5 of 5) sorted by relevance
147 OperatorsRepresentationCheck::OperatorsRepresentationCheck( in OperatorsRepresentationCheck() function in clang::tidy::readability::OperatorsRepresentationCheck158 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()
22 class OperatorsRepresentationCheck : public ClangTidyCheck {24 OperatorsRepresentationCheck(StringRef Name, ClangTidyContext *Context);
37 OperatorsRepresentationCheck.cpp
125 CheckFactories.registerCheck<OperatorsRepresentationCheck>( in addCheckFactories()
44 "OperatorsRepresentationCheck.cpp",