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.h2262 static bool isPostfix(Opcode Op) { in isPostfix() function
2272 bool isPostfix() const { return isPostfix(getOpcode()); } in isPostfix() function
2311 return isPostfix() ? Val->getBeginLoc() : getOperatorLoc(); in getBeginLoc()
2314 return isPostfix() ? getOperatorLoc() : Val->getEndLoc(); in getEndLoc()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1432 if (!Node->isPostfix()) { in VisitUnaryOperator()
1453 if (Node->isPostfix()) in VisitUnaryOperator()
H A DJSONNodeDumper.cpp1358 JOS.attribute("isPostfix", UO->isPostfix()); in VisitUnaryOperator()
H A DTextNodeDumper.cpp1471 OS << " " << (Node->isPostfix() ? "postfix" : "prefix") << " '" in VisitUnaryOperator()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp1151 state = state->BindExpr(U, LCtx, U->isPostfix() ? V2 : Result); in VisitIncrementDecrementOperator()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp507 if (UnaryOperator::isPostfix(opcode) && in buildIncDecOperation()
H A DSemaOpenMP.cpp11462 IsPostfixUpdate = AtomicUnaryOp->isPostfix(); in checkStatement()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1176 if (S->isPostfix()) in WalkUpFromUnaryOperator()