Searched refs:OldFSI (Results 1 – 2 of 2) sorted by relevance
473 void popFunction(const FunctionScopeInfo *OldFSI) { in popFunction() argument476 if (!Stack.empty() && Stack.back().second == OldFSI) { in popFunction()2009 void Sema::popOpenMPFunctionRegion(const FunctionScopeInfo *OldFSI) { in popOpenMPFunctionRegion() argument2010 DSAStack->popFunction(OldFSI); in popOpenMPFunctionRegion()
10972 void popOpenMPFunctionRegion(const sema::FunctionScopeInfo *OldFSI);