Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h3023 static bool isShiftAssignOp(Opcode Opc) { in isShiftAssignOp() function
3026 bool isShiftAssignOp() const { in isShiftAssignOp() function
3027 return isShiftAssignOp(getOpcode()); in isShiftAssignOp()