Searched refs:CompoundScopes (Results 1 – 3 of 3) sorted by relevance
1103 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo()); in PushCompoundScope()1108 assert(!CurFunction->CompoundScopes.empty() && "mismatched push/pop"); in PopCompoundScope()1110 CurFunction->CompoundScopes.pop_back(); in PopCompoundScope()
304 return getCurFunction()->CompoundScopes.back(); in getCurCompoundScope()
142 SmallVector<CompoundScopeInfo, 4> CompoundScopes; variable