Searched refs:InStmtExpr (Results 1 – 4 of 4) sorted by relevance
425 bool InStmtExpr = false; variable
186 StmtExprScope(Compiler<Emitter> *Ctx) : Ctx(Ctx), OldFlag(Ctx->InStmtExpr) { in StmtExprScope()187 Ctx->InStmtExpr = true; in StmtExprScope()190 ~StmtExprScope() { Ctx->InStmtExpr = OldFlag; } in ~StmtExprScope()5353 if (this->InStmtExpr) in visitReturnStmt()
1074 if ((StmtCtx & ParsedStmtContext::InStmtExpr) != ParsedStmtContext()) { in handleExprStmt()1146 (isStmtExpr ? ParsedStmtContext::InStmtExpr : ParsedStmtContext()); in ParseCompoundStatementBody()
7194 InStmtExpr = 0x4, enumerator7201 LLVM_MARK_AS_BITMASK_ENUM(InStmtExpr)