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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3776 static bool isLogicalOp(Opcode Opc) { return Opc == BO_LAnd || Opc==BO_LOr; } function in class:clang::final::BinaryOperator
3777 bool isLogicalOp() const { return isLogicalOp(getOpcode()); } function in class:clang::final::BinaryOperator

Completed in 137 milliseconds