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