Searched refs:OldFSI (Results 1 – 2 of 2) sorted by relevance
1388 void popOpenMPFunctionRegion(const sema::FunctionScopeInfo *OldFSI);
483 void popFunction(const FunctionScopeInfo *OldFSI) { in popFunction() argument486 if (!Stack.empty() && Stack.back().second == OldFSI) { in popFunction()2034 void SemaOpenMP::popOpenMPFunctionRegion(const FunctionScopeInfo *OldFSI) { in popOpenMPFunctionRegion() argument2035 DSAStack->popFunction(OldFSI); in popOpenMPFunctionRegion()