Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h75 bool IsStmtExpr; variable
77 CompoundScopeInfo(bool IsStmtExpr) : IsStmtExpr(IsStmtExpr) {} in CompoundScopeInfo() argument
H A DSema.h1368 void PushCompoundScope(bool IsStmtExpr);
3707 void ActOnStartOfCompoundStmt(bool IsStmtExpr);
3715 CompoundScopeRAII(Sema &S, bool IsStmtExpr = false) : S(S) { in S()
3716 S.ActOnStartOfCompoundStmt(IsStmtExpr); in S()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp1492 void Sema::PushCompoundScope(bool IsStmtExpr) { in PushCompoundScope() argument
1493 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo(IsStmtExpr)); in PushCompoundScope()
H A DSemaTemplateVariadic.cpp312 [](sema::CompoundScopeInfo &CSI) { return CSI.IsStmtExpr; })) in DiagnoseUnexpandedParameterPacks()
H A DSemaStmt.cpp339 void Sema::ActOnStartOfCompoundStmt(bool IsStmtExpr) { in ActOnStartOfCompoundStmt() argument
340 PushCompoundScope(IsStmtExpr); in ActOnStartOfCompoundStmt()
H A DTreeTransform.h651 StmtResult TransformCompoundStmt(CompoundStmt *S, bool IsStmtExpr);
1195 bool IsStmtExpr) { in RebuildCompoundStmt() argument
1197 IsStmtExpr); in RebuildCompoundStmt()
6516 bool IsStmtExpr) { in TransformCompoundStmt() argument
6549 IsStmtExpr); in TransformCompoundStmt()