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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h3007 static bool isLogicalOp(Opcode Opc) { return Opc == BO_LAnd || Opc==BO_LOr; } function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator
3008 bool isLogicalOp() const { return isLogicalOp(getOpcode()); } function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator

Completed in 51 milliseconds