Searched refs:CompoundScopeInfo (Results 1 – 4 of 4) sorted by relevance
54 class CompoundScopeInfo {56 CompoundScopeInfo() in CompoundScopeInfo() function165 SmallVector<CompoundScopeInfo, 4> CompoundScopes;
198 class CompoundScopeInfo; variable1212 sema::CompoundScopeInfo &getCurCompoundScope() const;
1169 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo()); in PushCompoundScope()
328 sema::CompoundScopeInfo &Sema::getCurCompoundScope() const { in getCurCompoundScope()