Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DFunctionCognitiveComplexityCheck.cpp312 #define CurrentBinaryOperator BinaryOperatorsStack.top() macro
326 if (!CurrentBinaryOperator || Op->getOpcode() != CurrentBinaryOperator) in TraverseBinaryOperator()
332 const Optional<BinaryOperator::Opcode> BinOpCopy(CurrentBinaryOperator); in TraverseBinaryOperator()
335 CurrentBinaryOperator = Op->getOpcode(); in TraverseBinaryOperator()
339 CurrentBinaryOperator = BinOpCopy; in TraverseBinaryOperator()
349 if (!Node || BinaryOperatorsStack.empty() || !CurrentBinaryOperator) in TraverseCallExpr()
361 #undef CurrentBinaryOperator