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

/external/clang/include/clang/AST/
H A DExpr.h2994 assert(!isCompoundAssignmentOp() &&
3093 static bool isCompoundAssignmentOp(Opcode Opc) { function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator
3096 bool isCompoundAssignmentOp() const { function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator
3097 return isCompoundAssignmentOp(getOpcode());
3100 assert(isCompoundAssignmentOp(Opc));
3170 assert(isCompoundAssignmentOp() &&

Completed in 716 milliseconds