Home | History | Annotate | Download | only in Sema

Lines Matching refs:CurFunction

1045   FunctionScopeInfo *CurFunction = getCurFunction();
1046 assert(!CurFunction->CompoundScopes.empty() && "mismatched push/pop");
1048 CurFunction->CompoundScopes.pop_back();