Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DOperatorsRepresentationCheck.cpp78 OperatorsRepresentation{{{"&&", "and"}, variable
96 for (const auto &[Traditional, Alternative] : OperatorsRepresentation) { in translate()
178 if (!isAnyOperatorEnabled(BinaryOperators, OperatorsRepresentation)) in registerBinaryOperatorMatcher()
227 if (!isAnyOperatorEnabled(OverloadedOperators, OperatorsRepresentation) && in registerOverloadedOperatorMatcher()