Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DExpr.h3898 static bool isCommaOp(Opcode Opc) { return Opc == BO_Comma; } in isCommaOp() function
3899 bool isCommaOp() const { return isCommaOp(getOpcode()); } in isCommaOp() function