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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h2965 static bool isShiftOp(Opcode Opc) { return Opc == BO_Shl || Opc == BO_Shr; } function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator
2966 bool isShiftOp() const { return isShiftOp(getOpcode()); } function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator

Completed in 160 milliseconds