Home
last modified time | relevance | path

Searched defs:isCommaOp (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3913 static bool isCommaOp(Opcode Opc) { return Opc == BO_Comma; } isCommaOp() function
3914 bool isCommaOp() const { return isCommaOp(getOpcode()); } isCommaOp() function