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

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

Completed in 64 milliseconds