Home
last modified time | relevance | path

Searched refs:IsStmtExpr (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h75 bool IsStmtExpr; variable
81 CompoundScopeInfo(bool IsStmtExpr, FPOptions FPO) in CompoundScopeInfo() argument
82 : IsStmtExpr(IsStmtExpr), InitialFPFeatures(FPO) {} in CompoundScopeInfo()
H A DSema.h1993 void PushCompoundScope(bool IsStmtExpr);
5021 void ActOnStartOfCompoundStmt(bool IsStmtExpr);
5030 CompoundScopeRAII(Sema &S, bool IsStmtExpr = false) : S(S) { in S()
5031 S.ActOnStartOfCompoundStmt(IsStmtExpr); in S()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSema.cpp2259 void Sema::PushCompoundScope(bool IsStmtExpr) { in PushCompoundScope() argument
2261 CompoundScopeInfo(IsStmtExpr, getCurFPFeatures())); in PushCompoundScope()
H A DSemaTemplateVariadic.cpp333 [](sema::CompoundScopeInfo &CSI) { return CSI.IsStmtExpr; })) { in DiagnoseUnexpandedParameterPacks()
H A DSemaStmt.cpp389 void Sema::ActOnStartOfCompoundStmt(bool IsStmtExpr) { in ActOnStartOfCompoundStmt() argument
390 PushCompoundScope(IsStmtExpr); in ActOnStartOfCompoundStmt()
H A DTreeTransform.h744 StmtResult TransformCompoundStmt(CompoundStmt *S, bool IsStmtExpr);
1308 bool IsStmtExpr) { in RebuildCompoundStmt() argument
1310 IsStmtExpr); in RebuildCompoundStmt()
7411 bool IsStmtExpr) { in TransformCompoundStmt() argument
7420 B, IsStmtExpr && B == ExprResult ? SDK_StmtExprResult : SDK_Discarded); in TransformCompoundStmt()
7447 IsStmtExpr); in TransformCompoundStmt()