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

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

Completed in 126 milliseconds