Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp35 if (!BOComma->isCommaOp()) in AST_MATCHER_P()
H A DCFG.cpp5000 if (E->isCommaOp()) { in VisitBinaryOperatorForTemporaryDtors()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DSimplifyBooleanExprCheck.cpp907 if (BO->isCommaOp()) in shouldRemoveParens()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h3909 static bool isCommaOp(Opcode Opc) { return Opc == BO_Comma; } in isCommaOp() function
3910 bool isCommaOp() const { return isCommaOp(getOpcode()); } in isCommaOp() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp4839 if (isa<BinaryOperator>(E) && cast<BinaryOperator>(E)->isCommaOp()) { in ActOnArraySubscriptExpr()
4897 if ((isa<BinaryOperator>(idx) && cast<BinaryOperator>(idx)->isCommaOp()) || in ActOnArraySubscriptExpr()