Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp15327 unsigned FunctionScopesIndex = MaxFunctionScopesIndex; in tryCaptureVariable() local
15340 FunctionScopesIndex = MaxFunctionScopesIndex - 1; in tryCaptureVariable()
15346 FunctionScopeInfo *FSI = FunctionScopes[FunctionScopesIndex]; in tryCaptureVariable()
15402 adjustOpenMPTargetScopeIndex(FunctionScopesIndex, RSI->OpenMPLevel); in tryCaptureVariable()
15438 FunctionScopesIndex--; in tryCaptureVariable()
15448 for (unsigned I = ++FunctionScopesIndex, N = MaxFunctionScopesIndex + 1; I != N; in tryCaptureVariable()
H A DSemaOpenMP.cpp1659 void Sema::adjustOpenMPTargetScopeIndex(unsigned &FunctionScopesIndex, in adjustOpenMPTargetScopeIndex() argument
1663 FunctionScopesIndex -= Regions.size(); in adjustOpenMPTargetScopeIndex()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h8690 void adjustOpenMPTargetScopeIndex(unsigned &FunctionScopesIndex,