Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp444 const FunctionScopeInfo *CurFnScope = SemaRef.getCurFunction(); in pushFunction() local
445 assert(!isa<CapturingScopeInfo>(CurFnScope)); in pushFunction()
446 CurrentNonCapturingFunctionScope = CurFnScope; in pushFunction()