Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2262 static bool isPostfix(Opcode Op) { in isPostfix() function
2272 bool isPostfix() const { return isPostfix(getOpcode()); } in isPostfix() function