Searched refs:CompoundScopes (Results 1 – 5 of 5) sorted by relevance
219 SmallVector<CompoundScopeInfo, 4> CompoundScopes; variable
2260 getCurFunction()->CompoundScopes.push_back( in PushCompoundScope()2266 assert(!CurFunction->CompoundScopes.empty() && "mismatched push/pop"); in PopCompoundScope()2268 CurFunction->CompoundScopes.pop_back(); in PopCompoundScope()
332 Func->CompoundScopes, in DiagnoseUnexpandedParameterPacks()
406 return getCurFunction()->CompoundScopes.back(); in getCurCompoundScope()449 FPOptions FPO = (getCurFunction()->CompoundScopes.size() == 1) in ActOnCompoundStmt()
22102 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty(); in ActOnOpenMPDeclareReductionDirectiveStart()22354 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty(); in ActOnOpenMPDeclareMapperDirective()