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

/external/clang/include/clang/AST/
H A DExpr.h3019 static bool isLogicalOp(Opcode Opc) { return Opc == BO_LAnd || Opc==BO_LOr; } function in class:clang::StringLiteral::final::CallExpr::BinaryOperator
3020 bool isLogicalOp() const { return isLogicalOp(getOpcode()); } function in class:clang::StringLiteral::final::CallExpr::BinaryOperator

Completed in 91 milliseconds