Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp162 const FunctionScopeInfo *CurrentNonCapturingFunctionScope = nullptr; member in __anon45dbc4930111::DSAStackTy
183 Stack.back().second != CurrentNonCapturingFunctionScope || in isStackEmpty()
213 Stack.back().second != CurrentNonCapturingFunctionScope) in push()
214 Stack.emplace_back(StackTy(), CurrentNonCapturingFunctionScope); in push()
256 CurrentNonCapturingFunctionScope = CurFnScope; in pushFunction()
264 CurrentNonCapturingFunctionScope = nullptr; in popFunction()
267 CurrentNonCapturingFunctionScope = FSI; in popFunction()