Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h3059 static bool isShiftAssignOp(Opcode Opc) { in isShiftAssignOp() function
3062 bool isShiftAssignOp() const { in isShiftAssignOp() function
3063 return isShiftAssignOp(getOpcode()); in isShiftAssignOp()