Searched refs:CompoundScopes (Results 1 – 5 of 5) sorted by relevance
228 SmallVector<CompoundScopeInfo, 4> CompoundScopes; variable
2310 getCurFunction()->CompoundScopes.push_back( in PushCompoundScope()2316 assert(!CurFunction->CompoundScopes.empty() && "mismatched push/pop"); in PopCompoundScope()2318 CurFunction->CompoundScopes.pop_back(); in PopCompoundScope()
344 Func->CompoundScopes, in DiagnoseUnexpandedParameterPacks()
412 return getCurFunction()->CompoundScopes.back(); in getCurCompoundScope()455 FPOptions FPO = (getCurFunction()->CompoundScopes.size() == 1) in ActOnCompoundStmt()
21341 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty(); in ActOnOpenMPDeclareReductionDirectiveStart()21597 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty(); in ActOnOpenMPDeclareMapperDirective()