Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DFunctionCognitiveComplexityCheck.cpp318 #define CurrentBinaryOperator BinaryOperatorsStack.top() macro
332 if (!CurrentBinaryOperator || Op->getOpcode() != CurrentBinaryOperator) in TraverseBinaryOperator()
338 const Optional<BinaryOperator::Opcode> BinOpCopy(CurrentBinaryOperator); in TraverseBinaryOperator()
341 CurrentBinaryOperator = Op->getOpcode(); in TraverseBinaryOperator()
345 CurrentBinaryOperator = BinOpCopy; in TraverseBinaryOperator()
355 if (!Node || BinaryOperatorsStack.empty() || !CurrentBinaryOperator) in TraverseCallExpr()
367 #undef CurrentBinaryOperator