Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DLexicallyOrderedRecursiveASTVisitor.h133 Swap = CE->isInfixBinaryOp(); in getStmtChildren()
H A DExprCXX.h122 bool isInfixBinaryOp() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp1125 if ((OCE && OCE->isInfixBinaryOp()) || isa<BinaryOperator>(E) || in CheckFoldOperand()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp46 bool CXXOperatorCallExpr::isInfixBinaryOp() const { in isInfixBinaryOp() function in CXXOperatorCallExpr