Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h1745 static bool isPostfix(Opcode Op) { in isPostfix() function
1755 bool isPostfix() const { return isPostfix(getOpcode()); } in isPostfix() function