Home
last modified time | relevance | path

Searched refs:CompoundScopeInfo (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h67 class CompoundScopeInfo {
77 CompoundScopeInfo(bool IsStmtExpr) : IsStmtExpr(IsStmtExpr) {} in CompoundScopeInfo() function
204 SmallVector<CompoundScopeInfo, 4> CompoundScopes;
H A DSema.h209 class CompoundScopeInfo; variable
1371 sema::CompoundScopeInfo &getCurCompoundScope() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp312 [](sema::CompoundScopeInfo &CSI) { return CSI.IsStmtExpr; })) in DiagnoseUnexpandedParameterPacks()
H A DSema.cpp1493 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo(IsStmtExpr)); in PushCompoundScope()
H A DSemaStmt.cpp347 sema::CompoundScopeInfo &Sema::getCurCompoundScope() const { in getCurCompoundScope()