Searched refs:CompoundScopeInfo (Results 1 – 4 of 4) sorted by relevance
44 class CompoundScopeInfo {46 CompoundScopeInfo() in CompoundScopeInfo() function116 SmallVector<CompoundScopeInfo, 4> CompoundScopes;
177 class CompoundScopeInfo; variable917 sema::CompoundScopeInfo &getCurCompoundScope() const;
1041 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo()); in PushCompoundScope()
276 sema::CompoundScopeInfo &Sema::getCurCompoundScope() const { in getCurCompoundScope()