Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp207 const FunctionScopeInfo *CurrentNonCapturingFunctionScope = nullptr; member in __anon5b04668f0111::DSAStackTy
243 Stack.back().second != CurrentNonCapturingFunctionScope || in isStackEmpty()
374 Stack.back().second != CurrentNonCapturingFunctionScope) in push()
375 Stack.emplace_back(StackTy(), CurrentNonCapturingFunctionScope); in push()
447 CurrentNonCapturingFunctionScope = CurFnScope; in pushFunction()
457 CurrentNonCapturingFunctionScope = nullptr; in popFunction()
460 CurrentNonCapturingFunctionScope = FSI; in popFunction()