Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DLexicallyOrderedRecursiveASTVisitor.h132 Swap = CE->isInfixBinaryOp(); in getStmtChildren()
H A DExprCXX.h142 bool isInfixBinaryOp() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp49 bool CXXOperatorCallExpr::isInfixBinaryOp() const { in isInfixBinaryOp() function in CXXOperatorCallExpr
87 assert(BO->isInfixBinaryOp()); in getDecomposedForm()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp1262 if ((OCE && OCE->isInfixBinaryOp()) || isa<BinaryOperator>(E) || in CheckFoldOperand()