Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp468 const FunctionScopeInfo *CurFnScope = SemaRef.getCurFunction(); in pushFunction() local
469 assert(!isa<CapturingScopeInfo>(CurFnScope)); in pushFunction()
470 CurrentNonCapturingFunctionScope = CurFnScope; in pushFunction()