Searched defs:isCompoundAssignmentOp (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DExpr.h2804 assert(!isCompoundAssignmentOp() &&
2870 static bool isCompoundAssignmentOp(Opcode Opc) { function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator
2873 bool isCompoundAssignmentOp() const { function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator
2874 return isCompoundAssignmentOp(getOpcode());
2877 assert(isCompoundAssignmentOp(Opc));
2939 assert(isCompoundAssignmentOp() &&

Completed in 37 milliseconds