Searched refs:isPostfix (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
H A DExpr.h1692 /// isPostfix - Return true if this is a postfix operation, like x++.
1693 static bool isPostfix(Opcode Op) { function in class:clang::StringLiteral::UnaryOperator
1703 bool isPostfix() const { return isPostfix(getOpcode()); } function in class:clang::StringLiteral::UnaryOperator
1742 return isPostfix() ? Val->getLocStart() : Loc;
1745 return isPostfix() ? Loc : Val->getLocEnd();
/external/clang/lib/AST/
H A DASTDumper.cpp1747 OS << " " << (Node->isPostfix() ? "postfix" : "prefix")
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp969 state = state->BindExpr(U, LCtx, U->isPostfix() ? V2 : Result);
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp469 if (UnaryOperator::isPostfix(opcode) &&

Completed in 1462 milliseconds