Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h2250 static bool isPostfix(Opcode Op) { in isPostfix() function
2260 bool isPostfix() const { return isPostfix(getOpcode()); } in isPostfix() function