Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h44 class CompoundScopeInfo {
46 CompoundScopeInfo() in CompoundScopeInfo() function
116 SmallVector<CompoundScopeInfo, 4> CompoundScopes;
DSema.h177 class CompoundScopeInfo; variable
917 sema::CompoundScopeInfo &getCurCompoundScope() const;
/external/clang/lib/Sema/
DSema.cpp1041 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo()); in PushCompoundScope()
DSemaStmt.cpp276 sema::CompoundScopeInfo &Sema::getCurCompoundScope() const { in getCurCompoundScope()