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

/external/clang/include/clang/Sema/
H A DScopeInfo.h37 class CompoundScopeInfo { class in namespace:clang::sema
39 CompoundScopeInfo() function in class:clang::sema::CompoundScopeInfo
109 SmallVector<CompoundScopeInfo, 4> CompoundScopes;
H A DSema.h174 class CompoundScopeInfo;
835 sema::CompoundScopeInfo &getCurCompoundScope() const;
/external/clang/lib/Sema/
H A DSema.cpp998 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo());
H A DSemaStmt.cpp256 sema::CompoundScopeInfo &Sema::getCurCompoundScope() const {

Completed in 201 milliseconds