Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DASTUtils.cpp34 return Operator->isInfixBinaryOp(); in isBinaryOrTernary()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DLexicallyOrderedRecursiveASTVisitor.h132 Swap = CE->isInfixBinaryOp(); in getStmtChildren()
H A DExprCXX.h143 bool isInfixBinaryOp() const;
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractVariable.cpp252 if (!Op->isInfixBinaryOp()) in parse()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprCXX.cpp48 bool CXXOperatorCallExpr::isInfixBinaryOp() const { in isInfixBinaryOp() function in CXXOperatorCallExpr
86 assert(BO->isInfixBinaryOp()); in getDecomposedForm()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp1175 if ((OCE && OCE->isInfixBinaryOp()) || isa<BinaryOperator>(E) || in CheckFoldOperand()