Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp227 const FunctionScopeInfo *CurrentNonCapturingFunctionScope = nullptr; member in __anon296aa5740111::DSAStackTy
263 Stack.back().second != CurrentNonCapturingFunctionScope || in isStackEmpty()
394 Stack.back().second != CurrentNonCapturingFunctionScope) in push()
395 Stack.emplace_back(StackTy(), CurrentNonCapturingFunctionScope); in push()
467 CurrentNonCapturingFunctionScope = CurFnScope; in pushFunction()
477 CurrentNonCapturingFunctionScope = nullptr; in popFunction()
480 CurrentNonCapturingFunctionScope = FSI; in popFunction()