Home
last modified time | relevance | path

Searched refs:CompoundScopeInfo (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Sema/
DScopeInfo.h54 class CompoundScopeInfo {
56 CompoundScopeInfo() in CompoundScopeInfo() function
165 SmallVector<CompoundScopeInfo, 4> CompoundScopes;
DSema.h198 class CompoundScopeInfo; variable
1212 sema::CompoundScopeInfo &getCurCompoundScope() const;
/external/clang/lib/Sema/
DSema.cpp1169 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo()); in PushCompoundScope()
DSemaStmt.cpp328 sema::CompoundScopeInfo &Sema::getCurCompoundScope() const { in getCurCompoundScope()