Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h68 class CompoundScopeInfo {
78 CompoundScopeInfo(bool IsStmtExpr) : IsStmtExpr(IsStmtExpr) {} in CompoundScopeInfo() function
214 SmallVector<CompoundScopeInfo, 4> CompoundScopes;
H A DSema.h221 class CompoundScopeInfo; variable
1860 sema::CompoundScopeInfo &getCurCompoundScope() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp333 [](sema::CompoundScopeInfo &CSI) { return CSI.IsStmtExpr; })) { in DiagnoseUnexpandedParameterPacks()
H A DSema.cpp2047 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo(IsStmtExpr)); in PushCompoundScope()
H A DSemaStmt.cpp401 sema::CompoundScopeInfo &Sema::getCurCompoundScope() const { in getCurCompoundScope()