Home
last modified time | relevance | path

Searched refs:isPostfix (Results 1 – 6 of 6) 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
1794 return isPostfix() ? Val->getLocStart() : Loc; in getLocStart()
1797 return isPostfix() ? Loc : Val->getLocEnd(); in getLocEnd()
/external/clang/lib/AST/
DStmtPrinter.cpp1267 if (!Node->isPostfix()) { in VisitUnaryOperator()
1288 if (Node->isPostfix()) in VisitUnaryOperator()
DASTDumper.cpp1863 OS << " " << (Node->isPostfix() ? "postfix" : "prefix") in VisitUnaryOperator()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp992 state = state->BindExpr(U, LCtx, U->isPostfix() ? V2 : Result); in VisitIncrementDecrementOperator()
/external/clang/lib/Sema/
DSemaPseudoObject.cpp500 if (UnaryOperator::isPostfix(opcode) && in buildIncDecOperation()
DSemaOpenMP.cpp4819 IsPostfixUpdate = AtomicUnaryOp->isPostfix(); in checkStatement()