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

/external/clang/include/clang/AST/
H A DExpr.h2977 static bool isShiftOp(Opcode Opc) { return Opc == BO_Shl || Opc == BO_Shr; } function in class:clang::StringLiteral::final::CallExpr::BinaryOperator
2978 bool isShiftOp() const { return isShiftOp(getOpcode()); } function in class:clang::StringLiteral::final::CallExpr::BinaryOperator

Completed in 131 milliseconds