Home | History | Annotate | Download | only in Sema

Lines Matching refs:CurFunction

1107   FunctionScopeInfo *CurFunction = getCurFunction();
1108 assert(!CurFunction->CompoundScopes.empty() && "mismatched push/pop");
1110 CurFunction->CompoundScopes.pop_back();