Searched refs:CompoundScopes (Results 1 – 5 of 5) sorted by relevance
311 Func->CompoundScopes.begin(), Func->CompoundScopes.end(), in DiagnoseUnexpandedParameterPacks()
1493 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo(IsStmtExpr)); in PushCompoundScope()1498 assert(!CurFunction->CompoundScopes.empty() && "mismatched push/pop"); in PopCompoundScope()1500 CurFunction->CompoundScopes.pop_back(); in PopCompoundScope()
348 return getCurFunction()->CompoundScopes.back(); in getCurCompoundScope()
13187 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty(); in ActOnOpenMPDeclareReductionDirectiveStart()
204 SmallVector<CompoundScopeInfo, 4> CompoundScopes; variable