Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp473 void popFunction(const FunctionScopeInfo *OldFSI) { in popFunction() argument
476 if (!Stack.empty() && Stack.back().second == OldFSI) { in popFunction()
2009 void Sema::popOpenMPFunctionRegion(const FunctionScopeInfo *OldFSI) { in popOpenMPFunctionRegion() argument
2010 DSAStack->popFunction(OldFSI); in popOpenMPFunctionRegion()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h10972 void popOpenMPFunctionRegion(const sema::FunctionScopeInfo *OldFSI);