Searched refs:OverloadedOperators (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | OperatorsRepresentationCheck.cpp | 152 OverloadedOperators(utils::options::parseStringList( in OperatorsRepresentationCheck() 155 llvm::erase_if(OverloadedOperators, isNotOperatorStr); in OperatorsRepresentationCheck() 163 utils::options::serializeStringList(OverloadedOperators)); in storeOptions() 227 if (!isAnyOperatorEnabled(OverloadedOperators, OperatorsRepresentation) && in registerOverloadedOperatorMatcher() 228 !isAnyOperatorEnabled(OverloadedOperators, UnaryRepresentation)) in registerOverloadedOperatorMatcher() 237 getRepresentation(OverloadedOperators, "&&", "and")), in registerOverloadedOperatorMatcher() 240 getRepresentation(OverloadedOperators, "||", "or")), in registerOverloadedOperatorMatcher() 243 getRepresentation(OverloadedOperators, "!", "not")), in registerOverloadedOperatorMatcher() 246 getRepresentation(OverloadedOperators, "!=", "not_eq")), in registerOverloadedOperatorMatcher() 248 OO_Caret, getRepresentation(OverloadedOperators, "^", "xor")), in registerOverloadedOperatorMatcher() [all …]
|
H A D | OperatorsRepresentationCheck.h | 37 std::vector<llvm::StringRef> OverloadedOperators; variable
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/readability/ |
H A D | operators-representation.rst | 82 .. option:: OverloadedOperators
|
/llvm-project/clang/test/SemaCXX/ |
H A D | deduced-return-type-cxx14.cpp | 545 namespace OverloadedOperators { namespace
|