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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h76 bool IsStmtExpr; member in class:clang::sema::CompoundScopeInfo
78 CompoundScopeInfo(bool IsStmtExpr) : IsStmtExpr(IsStmtExpr) {} argument
H A DSema.h1618 void PushCompoundScope(bool IsStmtExpr);
4315 void ActOnStartOfCompoundStmt(bool IsStmtExpr);
4323 CompoundScopeRAII(Sema &S, bool IsStmtExpr = false) : S(S) {
4324 S.ActOnStartOfCompoundStmt(IsStmtExpr);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp333 [](sema::CompoundScopeInfo &CSI) { return CSI.IsStmtExpr; })) {
H A DSema.cpp1945 void Sema::PushCompoundScope(bool IsStmtExpr) { argument
1946 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo(IsStmtExpr));
H A DSemaStmt.cpp384 void Sema::ActOnStartOfCompoundStmt(bool IsStmtExpr) { argument
385 PushCompoundScope(IsStmtExpr);
H A DTreeTransform.h699 StmtResult TransformCompoundStmt(CompoundStmt *S, bool IsStmtExpr);
1260 bool IsStmtExpr) {
1262 IsStmtExpr);
7077 bool IsStmtExpr) {
7086 B, IsStmtExpr && B == ExprResult ? SDK_StmtExprResult : SDK_Discarded);
7113 IsStmtExpr);
1257 RebuildCompoundStmt(SourceLocation LBraceLoc, MultiStmtArg Statements, SourceLocation RBraceLoc, bool IsStmtExpr) argument
7076 TransformCompoundStmt(CompoundStmt *S, bool IsStmtExpr) argument

Completed in 243 milliseconds