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

/external/clang/include/clang/AST/
H A DExpr.h2992 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator
2993 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator

Completed in 434 milliseconds