Searched refs:CompoundScopeInfo (Results 1 – 4 of 4) sorted by relevance
53 class CompoundScopeInfo {55 CompoundScopeInfo() in CompoundScopeInfo() function158 SmallVector<CompoundScopeInfo, 4> CompoundScopes;
195 class CompoundScopeInfo; variable1192 sema::CompoundScopeInfo &getCurCompoundScope() const;
1176 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo()); in PushCompoundScope()
327 sema::CompoundScopeInfo &Sema::getCurCompoundScope() const { in getCurCompoundScope()