Home | History | Annotate | Download | only in AST

Lines Matching defs:isAssignmentOp

3090   static bool isAssignmentOp(Opcode Opc) {
3093 bool isAssignmentOp() const { return isAssignmentOp(getOpcode()); }