Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp235 const FunctionScopeInfo *CurrentNonCapturingFunctionScope = nullptr; member in __anon8e68b8fa0111::DSAStackTy
271 Stack.back().second != CurrentNonCapturingFunctionScope || in isStackEmpty()
402 Stack.back().second != CurrentNonCapturingFunctionScope) in push()
403 Stack.emplace_back(StackTy(), CurrentNonCapturingFunctionScope); in push()
475 CurrentNonCapturingFunctionScope = CurFnScope; in pushFunction()
485 CurrentNonCapturingFunctionScope = nullptr; in popFunction()
488 CurrentNonCapturingFunctionScope = FSI; in popFunction()