Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h76 bool IsStmtExpr; variable
78 CompoundScopeInfo(bool IsStmtExpr) : IsStmtExpr(IsStmtExpr) {} in CompoundScopeInfo() argument
H A DSema.h1889 void PushCompoundScope(bool IsStmtExpr);
4637 void ActOnStartOfCompoundStmt(bool IsStmtExpr);
4646 CompoundScopeRAII(Sema &S, bool IsStmtExpr = false) : S(S) { in S()
4647 S.ActOnStartOfCompoundStmt(IsStmtExpr); in S()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2116 void Sema::PushCompoundScope(bool IsStmtExpr) { in PushCompoundScope() argument
2117 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo(IsStmtExpr)); in PushCompoundScope()
H A DSemaTemplateVariadic.cpp333 [](sema::CompoundScopeInfo &CSI) { return CSI.IsStmtExpr; })) { in DiagnoseUnexpandedParameterPacks()
H A DSemaStmt.cpp385 void Sema::ActOnStartOfCompoundStmt(bool IsStmtExpr) { in ActOnStartOfCompoundStmt() argument
386 PushCompoundScope(IsStmtExpr); in ActOnStartOfCompoundStmt()
H A DTreeTransform.h700 StmtResult TransformCompoundStmt(CompoundStmt *S, bool IsStmtExpr);
1262 bool IsStmtExpr) { in RebuildCompoundStmt() argument
1264 IsStmtExpr); in RebuildCompoundStmt()
7200 bool IsStmtExpr) { in TransformCompoundStmt() argument
7209 B, IsStmtExpr && B == ExprResult ? SDK_StmtExprResult : SDK_Discarded); in TransformCompoundStmt()
7236 IsStmtExpr); in TransformCompoundStmt()