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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3720 static bool isPtrMemOp(Opcode Opc) { function in class:clang::final::BinaryOperator
3723 bool isPtrMemOp() const { return isPtrMemOp(getOpcode()); } function in class:clang::final::BinaryOperator

Completed in 182 milliseconds