Home
last modified time | relevance | path

Searched refs:InStmtExpr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h375 bool InStmtExpr = false; variable
H A DCompiler.cpp163 StmtExprScope(Compiler<Emitter> *Ctx) : Ctx(Ctx), OldFlag(Ctx->InStmtExpr) { in StmtExprScope()
164 Ctx->InStmtExpr = true; in StmtExprScope()
167 ~StmtExprScope() { Ctx->InStmtExpr = OldFlag; } in ~StmtExprScope()
4261 if (this->InStmtExpr) in visitReturnStmt()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1158 if ((StmtCtx & ParsedStmtContext::InStmtExpr) != ParsedStmtContext()) { in handleExprStmt()
1234 (isStmtExpr ? ParsedStmtContext::InStmtExpr : ParsedStmtContext()); in ParseCompoundStatementBody()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h476 InStmtExpr = 0x4, enumerator
483 LLVM_MARK_AS_BITMASK_ENUM(InStmtExpr)