Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h3041 static bool isShiftAssignOp(Opcode Opc) { in isShiftAssignOp() function
3044 bool isShiftAssignOp() const { in isShiftAssignOp() function
3045 return isShiftAssignOp(getOpcode()); in isShiftAssignOp()