Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h1671 static bool isPostfix(Opcode Op) { in isPostfix() function
1681 bool isPostfix() const { return isPostfix(getOpcode()); } in isPostfix() function
1720 return isPostfix() ? Val->getLocStart() : Loc; in getLocStart()
1723 return isPostfix() ? Loc : Val->getLocEnd(); in getLocEnd()
/external/clang/lib/AST/
DStmtPrinter.cpp847 if (!Node->isPostfix()) { in VisitUnaryOperator()
868 if (Node->isPostfix()) in VisitUnaryOperator()
DASTDumper.cpp1618 OS << " " << (Node->isPostfix() ? "postfix" : "prefix") in VisitUnaryOperator()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp938 state = state->BindExpr(U, LCtx, U->isPostfix() ? V2 : Result); in VisitIncrementDecrementOperator()
/external/clang/lib/Sema/
DSemaPseudoObject.cpp463 if (UnaryOperator::isPostfix(opcode) && in buildIncDecOperation()