Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h76 bool IsStmtExpr; variable
78 CompoundScopeInfo(bool IsStmtExpr) : IsStmtExpr(IsStmtExpr) {} in CompoundScopeInfo() argument
H A DSema.h1857 void PushCompoundScope(bool IsStmtExpr);
4606 void ActOnStartOfCompoundStmt(bool IsStmtExpr);
4615 CompoundScopeRAII(Sema &S, bool IsStmtExpr = false) : S(S) { in S()
4616 S.ActOnStartOfCompoundStmt(IsStmtExpr); in S()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp2046 void Sema::PushCompoundScope(bool IsStmtExpr) { in PushCompoundScope() argument
2047 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()
7177 bool IsStmtExpr) { in TransformCompoundStmt() argument
7186 B, IsStmtExpr && B == ExprResult ? SDK_StmtExprResult : SDK_Discarded); in TransformCompoundStmt()
7213 IsStmtExpr); in TransformCompoundStmt()