Searched refs:OldFSI (Results 1 – 2 of 2) sorted by relevance
1465 void popOpenMPFunctionRegion(const sema::FunctionScopeInfo *OldFSI);
480 void popFunction(const FunctionScopeInfo *OldFSI) { in popFunction() argument483 if (!Stack.empty() && Stack.back().second == OldFSI) { in popFunction()2010 void SemaOpenMP::popOpenMPFunctionRegion(const FunctionScopeInfo *OldFSI) { in popOpenMPFunctionRegion() argument2011 DSAStack->popFunction(OldFSI); in popOpenMPFunctionRegion()