Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp240 const FunctionScopeInfo *CurrentNonCapturingFunctionScope = nullptr; member in __anon1dd12e440111::DSAStackTy
276 Stack.back().second != CurrentNonCapturingFunctionScope || in isStackEmpty()
407 Stack.back().second != CurrentNonCapturingFunctionScope) in push()
408 Stack.emplace_back(StackTy(), CurrentNonCapturingFunctionScope); in push()
480 CurrentNonCapturingFunctionScope = CurFnScope; in pushFunction()
490 CurrentNonCapturingFunctionScope = nullptr; in popFunction()
493 CurrentNonCapturingFunctionScope = FSI; in popFunction()