Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DLexicallyOrderedRecursiveASTVisitor.h132 Swap = CE->isInfixBinaryOp(); in getStmtChildren()
H A DExprCXX.h143 bool isInfixBinaryOp() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp48 bool CXXOperatorCallExpr::isInfixBinaryOp() const { in isInfixBinaryOp() function in CXXOperatorCallExpr
86 assert(BO->isInfixBinaryOp()); in getDecomposedForm()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp1177 if ((OCE && OCE->isInfixBinaryOp()) || isa<BinaryOperator>(E) || in CheckFoldOperand()