Home
last modified time | relevance | path

Searched refs:OldFSI (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp449 void popFunction(const FunctionScopeInfo *OldFSI) { in popFunction() argument
452 if (!Stack.empty() && Stack.back().second == OldFSI) { in popFunction()
1879 void Sema::popOpenMPFunctionRegion(const FunctionScopeInfo *OldFSI) { in popOpenMPFunctionRegion() argument
1880 DSAStack->popFunction(OldFSI); in popOpenMPFunctionRegion()
/external/llvm-project/clang/include/clang/Sema/
DSema.h10092 void popOpenMPFunctionRegion(const sema::FunctionScopeInfo *OldFSI);