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

/external/clang/include/clang/AST/
H A DExpr.h2943 assert(!isCompoundAssignmentOp() &&
3039 static bool isCompoundAssignmentOp(Opcode Opc) { function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator
3042 bool isCompoundAssignmentOp() const { function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator
3043 return isCompoundAssignmentOp(getOpcode());
3046 assert(isCompoundAssignmentOp(Opc));
3116 assert(isCompoundAssignmentOp() &&

Completed in 101 milliseconds