Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp35 if (!BOComma->isCommaOp()) in AST_MATCHER_P()
H A DCFG.cpp4788 if (E->isCommaOp()) { in VisitBinaryOperatorForTemporaryDtors()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3898 static bool isCommaOp(Opcode Opc) { return Opc == BO_Comma; } in isCommaOp() function
3899 bool isCommaOp() const { return isCommaOp(getOpcode()); } in isCommaOp() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp4686 if (isa<BinaryOperator>(E) && cast<BinaryOperator>(E)->isCommaOp()) { in ActOnArraySubscriptExpr()
4741 ((isa<BinaryOperator>(idx) && cast<BinaryOperator>(idx)->isCommaOp()) || in ActOnArraySubscriptExpr()