Home
last modified time | relevance | path

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

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