Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DScopeInfo.h76 bool IsStmtExpr; variable
78 CompoundScopeInfo(bool IsStmtExpr) : IsStmtExpr(IsStmtExpr) {} in CompoundScopeInfo() argument
DSema.h1892 void PushCompoundScope(bool IsStmtExpr);
4640 void ActOnStartOfCompoundStmt(bool IsStmtExpr);
4649 CompoundScopeRAII(Sema &S, bool IsStmtExpr = false) : S(S) { in S()
4650 S.ActOnStartOfCompoundStmt(IsStmtExpr); in S()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSema.cpp2116 void Sema::PushCompoundScope(bool IsStmtExpr) { in PushCompoundScope() argument
2117 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo(IsStmtExpr)); in PushCompoundScope()
DSemaTemplateVariadic.cpp333 [](sema::CompoundScopeInfo &CSI) { return CSI.IsStmtExpr; })) { in DiagnoseUnexpandedParameterPacks()
DSemaStmt.cpp385 void Sema::ActOnStartOfCompoundStmt(bool IsStmtExpr) { in ActOnStartOfCompoundStmt() argument
386 PushCompoundScope(IsStmtExpr); in ActOnStartOfCompoundStmt()
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()