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