Searched refs:CompoundScopes (Results 1 – 9 of 9) sorted by relevance
1169 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo()); in PushCompoundScope()1174 assert(!CurFunction->CompoundScopes.empty() && "mismatched push/pop"); in PopCompoundScope()1176 CurFunction->CompoundScopes.pop_back(); in PopCompoundScope()
329 return getCurFunction()->CompoundScopes.back(); in getCurCompoundScope()
11111 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty(); in ActOnOpenMPDeclareReductionDirectiveStart()
165 SmallVector<CompoundScopeInfo, 4> CompoundScopes; variable
332 Func->CompoundScopes.begin(), Func->CompoundScopes.end(), in DiagnoseUnexpandedParameterPacks()
1999 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo(IsStmtExpr)); in PushCompoundScope()2004 assert(!CurFunction->CompoundScopes.empty() && "mismatched push/pop"); in PopCompoundScope()2006 CurFunction->CompoundScopes.pop_back(); in PopCompoundScope()
401 return getCurFunction()->CompoundScopes.back(); in getCurCompoundScope()
17923 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty(); in ActOnOpenMPDeclareReductionDirectiveStart()18175 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty(); in ActOnOpenMPDeclareMapperDirective()
210 SmallVector<CompoundScopeInfo, 4> CompoundScopes; variable