HomeSort by: relevance | last modified time | path
    Searched refs:isPostfix (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 2170 /// isPostfix - Return true if this is a postfix operation, like x++.
2171 static bool isPostfix(Opcode Op) {
2181 bool isPostfix() const { return isPostfix(getOpcode()); }
2220 return isPostfix() ? Val->getBeginLoc() : getOperatorLoc();
2223 return isPostfix() ? getOperatorLoc() : Val->getEndLoc();
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtPrinter.cpp 1203 if (!Node->isPostfix()) {
1224 if (Node->isPostfix())
JSONNodeDumper.cpp 1172 JOS.attribute("isPostfix", UO->isPostfix());
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 1171 state = state->BindExpr(U, LCtx, U->isPostfix() ? V2 : Result);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaPseudoObject.cpp 500 if (UnaryOperator::isPostfix(opcode) &&
SemaOpenMP.cpp 10562 IsPostfixUpdate = AtomicUnaryOp->isPostfix();
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
BuildTree.cpp 1170 if (S->isPostfix())

Completed in 128 milliseconds