Searched refs:CompoundScopes (Results 1 – 5 of 5) sorted by relevance
332 Func->CompoundScopes.begin(), Func->CompoundScopes.end(), in DiagnoseUnexpandedParameterPacks()
2047 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo(IsStmtExpr)); in PushCompoundScope()2052 assert(!CurFunction->CompoundScopes.empty() && "mismatched push/pop"); in PopCompoundScope()2054 CurFunction->CompoundScopes.pop_back(); in PopCompoundScope()
402 return getCurFunction()->CompoundScopes.back(); in getCurCompoundScope()
19319 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty(); in ActOnOpenMPDeclareReductionDirectiveStart()19571 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty(); in ActOnOpenMPDeclareMapperDirective()
214 SmallVector<CompoundScopeInfo, 4> CompoundScopes; variable