Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1388 void popOpenMPFunctionRegion(const sema::FunctionScopeInfo *OldFSI);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp483 void popFunction(const FunctionScopeInfo *OldFSI) { in popFunction() argument
486 if (!Stack.empty() && Stack.back().second == OldFSI) { in popFunction()
2034 void SemaOpenMP::popOpenMPFunctionRegion(const FunctionScopeInfo *OldFSI) { in popOpenMPFunctionRegion() argument
2035 DSAStack->popFunction(OldFSI); in popOpenMPFunctionRegion()