Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h2171 static bool isPostfix(Opcode Op) { in isPostfix() function
2181 bool isPostfix() const { return isPostfix(getOpcode()); } in isPostfix() function
2220 return isPostfix() ? Val->getBeginLoc() : getOperatorLoc(); in getBeginLoc()
2223 return isPostfix() ? getOperatorLoc() : Val->getEndLoc(); in getEndLoc()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtPrinter.cpp1203 if (!Node->isPostfix()) { in VisitUnaryOperator()
1224 if (Node->isPostfix()) in VisitUnaryOperator()
H A DJSONNodeDumper.cpp1172 JOS.attribute("isPostfix", UO->isPostfix()); in VisitUnaryOperator()
H A DTextNodeDumper.cpp1065 OS << " " << (Node->isPostfix() ? "postfix" : "prefix") << " '" in VisitUnaryOperator()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp1171 state = state->BindExpr(U, LCtx, U->isPostfix() ? V2 : Result); in VisitIncrementDecrementOperator()
/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1170 if (S->isPostfix()) in WalkUpFromUnaryOperator()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaPseudoObject.cpp500 if (UnaryOperator::isPostfix(opcode) && in buildIncDecOperation()
H A DSemaOpenMP.cpp10562 IsPostfixUpdate = AtomicUnaryOp->isPostfix(); in checkStatement()