Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp18763 unsigned FunctionScopesIndex = MaxFunctionScopesIndex; in tryCaptureVariable() local
18776 FunctionScopesIndex = MaxFunctionScopesIndex - 1; in tryCaptureVariable()
18782 FunctionScopeInfo *FSI = FunctionScopes[FunctionScopesIndex]; in tryCaptureVariable()
18840 FunctionScopes[FunctionScopesIndex - I]); in tryCaptureVariable()
18860 adjustOpenMPTargetScopeIndex(FunctionScopesIndex, RSI->OpenMPLevel); in tryCaptureVariable()
18902 FunctionScopesIndex--; in tryCaptureVariable()
18913 for (unsigned I = ++FunctionScopesIndex, N = MaxFunctionScopesIndex + 1; I != N; in tryCaptureVariable()
H A DSemaOpenMP.cpp2453 void Sema::adjustOpenMPTargetScopeIndex(unsigned &FunctionScopesIndex, in adjustOpenMPTargetScopeIndex() argument
2455 FunctionScopesIndex -= getOpenMPCaptureLevels(DSAStack->getDirective(Level)); in adjustOpenMPTargetScopeIndex()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h10631 void adjustOpenMPTargetScopeIndex(unsigned &FunctionScopesIndex,