Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp465 const FunctionScopeInfo *CurFnScope = SemaRef.getCurFunction(); in pushFunction() local
466 assert(!isa<CapturingScopeInfo>(CurFnScope)); in pushFunction()
467 CurrentNonCapturingFunctionScope = CurFnScope; in pushFunction()