Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp35 if (!BOComma->isCommaOp()) in AST_MATCHER_P()
H A DCFG.cpp4781 if (E->isCommaOp()) { in VisitBinaryOperatorForTemporaryDtors()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h3831 static bool isCommaOp(Opcode Opc) { return Opc == BO_Comma; } in isCommaOp() function
3832 bool isCommaOp() const { return isCommaOp(getOpcode()); } in isCommaOp() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp4649 if (isa<BinaryOperator>(E) && cast<BinaryOperator>(E)->isCommaOp()) { in ActOnArraySubscriptExpr()
4704 ((isa<BinaryOperator>(idx) && cast<BinaryOperator>(idx)->isCommaOp()) || in ActOnArraySubscriptExpr()