Searched defs:isShiftOp (Results 1 - 1 of 1) sorted by relevance
/external/clang/include/clang/AST/ | ||
H A D | Expr.h | 2977 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 158 milliseconds