Searched refs:CompoundScopes (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Sema/
H A DScopeInfo.h109 SmallVector<CompoundScopeInfo, 4> CompoundScopes; member in class:clang::sema::FunctionScopeInfo
/external/clang/lib/Sema/
H A DSema.cpp998 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo());
1003 assert(!CurFunction->CompoundScopes.empty() && "mismatched push/pop");
1005 CurFunction->CompoundScopes.pop_back();
H A DSemaStmt.cpp257 return getCurFunction()->CompoundScopes.back();

Completed in 108 milliseconds