Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h76 bool IsStmtExpr; variable
78 CompoundScopeInfo(bool IsStmtExpr) : IsStmtExpr(IsStmtExpr) {} in CompoundScopeInfo() argument
DSema.h1741 void PushCompoundScope(bool IsStmtExpr);
4466 void ActOnStartOfCompoundStmt(bool IsStmtExpr);
4475 CompoundScopeRAII(Sema &S, bool IsStmtExpr = false) : S(S) { in S()
4476 S.ActOnStartOfCompoundStmt(IsStmtExpr); in S()
/external/llvm-project/clang/lib/Sema/
DSema.cpp1998 void Sema::PushCompoundScope(bool IsStmtExpr) { in PushCompoundScope() argument
1999 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo(IsStmtExpr)); in PushCompoundScope()
DSemaTemplateVariadic.cpp333 [](sema::CompoundScopeInfo &CSI) { return CSI.IsStmtExpr; })) { in DiagnoseUnexpandedParameterPacks()
DSemaStmt.cpp384 void Sema::ActOnStartOfCompoundStmt(bool IsStmtExpr) { in ActOnStartOfCompoundStmt() argument
385 PushCompoundScope(IsStmtExpr); in ActOnStartOfCompoundStmt()
DTreeTransform.h700 StmtResult TransformCompoundStmt(CompoundStmt *S, bool IsStmtExpr);
1261 bool IsStmtExpr) { in RebuildCompoundStmt() argument
1263 IsStmtExpr); in RebuildCompoundStmt()
7092 bool IsStmtExpr) { in TransformCompoundStmt() argument
7101 B, IsStmtExpr && B == ExprResult ? SDK_StmtExprResult : SDK_Discarded); in TransformCompoundStmt()
7128 IsStmtExpr); in TransformCompoundStmt()
/external/clang/lib/Sema/
DTreeTransform.h634 StmtResult TransformCompoundStmt(CompoundStmt *S, bool IsStmtExpr);
1115 bool IsStmtExpr) { in RebuildCompoundStmt() argument
1117 IsStmtExpr); in RebuildCompoundStmt()
6117 bool IsStmtExpr) { in TransformCompoundStmt() argument
6150 IsStmtExpr); in TransformCompoundStmt()