Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp230 const FunctionScopeInfo *CurrentNonCapturingFunctionScope = nullptr; member in __anona08a17510111::DSAStackTy
266 Stack.back().second != CurrentNonCapturingFunctionScope || in isStackEmpty()
397 Stack.back().second != CurrentNonCapturingFunctionScope) in push()
398 Stack.emplace_back(StackTy(), CurrentNonCapturingFunctionScope); in push()
470 CurrentNonCapturingFunctionScope = CurFnScope; in pushFunction()
480 CurrentNonCapturingFunctionScope = nullptr; in popFunction()
483 CurrentNonCapturingFunctionScope = FSI; in popFunction()