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

/external/clang/include/clang/Sema/
H A DScopeInfo.h54 class CompoundScopeInfo { class in namespace:clang::sema
56 CompoundScopeInfo() function in class:clang::sema::CompoundScopeInfo
142 SmallVector<CompoundScopeInfo, 4> CompoundScopes;
H A DSema.h193 class CompoundScopeInfo;
1084 sema::CompoundScopeInfo &getCurCompoundScope() const;
/external/clang/lib/Sema/
H A DSema.cpp1103 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo());
H A DSemaStmt.cpp303 sema::CompoundScopeInfo &Sema::getCurCompoundScope() const {

Completed in 150 milliseconds