Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp473 const FunctionScopeInfo *CurFnScope = SemaRef.getCurFunction(); in pushFunction() local
474 assert(!isa<CapturingScopeInfo>(CurFnScope)); in pushFunction()
475 CurrentNonCapturingFunctionScope = CurFnScope; in pushFunction()