Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp35 if (!BOComma->isCommaOp()) in AST_MATCHER_P()
H A DCFG.cpp5059 if (E->isCommaOp()) { in VisitBinaryOperatorForTemporaryDtors()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h3916 static bool isCommaOp(Opcode Opc) { return Opc == BO_Comma; } in isCommaOp() function
3917 bool isCommaOp() const { return isCommaOp(getOpcode()); } in isCommaOp() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp4844 if (isa<BinaryOperator>(E) && cast<BinaryOperator>(E)->isCommaOp()) { in ActOnArraySubscriptExpr()
4902 if ((isa<BinaryOperator>(idx) && cast<BinaryOperator>(idx)->isCommaOp()) || in ActOnArraySubscriptExpr()