Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2312 static bool isPostfix(Opcode Op) { in isPostfix() function
2322 bool isPostfix() const { return isPostfix(getOpcode()); } in isPostfix() function
2361 return isPostfix() ? Val->getBeginLoc() : getOperatorLoc(); in getBeginLoc()
2364 return isPostfix() ? getOperatorLoc() : Val->getEndLoc(); in getEndLoc()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1570 if (!Node->isPostfix()) { in VisitUnaryOperator()
1591 if (Node->isPostfix()) in VisitUnaryOperator()
H A DJSONNodeDumper.cpp1372 JOS.attribute("isPostfix", UO->isPostfix()); in VisitUnaryOperator()
H A DTextNodeDumper.cpp1624 OS << " " << (Node->isPostfix() ? "postfix" : "prefix") << " '" in VisitUnaryOperator()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp1191 state = state->BindExpr(U, LCtx, U->isPostfix() ? V2 : Result); in VisitIncrementDecrementOperator()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp505 if (UnaryOperator::isPostfix(opcode) && in buildIncDecOperation()
H A DSemaOpenMP.cpp11536 IsPostfixUpdate = AtomicUnaryOp->isPostfix(); in checkStatement()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1168 if (S->isPostfix()) in WalkUpFromUnaryOperator()