Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1377 void adjustOpenMPTargetScopeIndex(unsigned &FunctionScopesIndex,
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp18755 unsigned FunctionScopesIndex = MaxFunctionScopesIndex; in tryCaptureVariable() local
18761 FunctionScopes[FunctionScopesIndex]); in tryCaptureVariable()
18775 FunctionScopesIndex == MaxFunctionScopesIndex && VarDC == DC) in tryCaptureVariable()
18790 FunctionScopesIndex = MaxFunctionScopesIndex - 1; in tryCaptureVariable()
18796 FunctionScopeInfo *FSI = FunctionScopes[FunctionScopesIndex]; in tryCaptureVariable()
18870 FunctionScopes[FunctionScopesIndex - I]); in tryCaptureVariable()
18890 OpenMP().adjustOpenMPTargetScopeIndex(FunctionScopesIndex, in tryCaptureVariable()
18933 FunctionScopesIndex--; in tryCaptureVariable()
18944 for (unsigned I = ++FunctionScopesIndex, N = MaxFunctionScopesIndex + 1; I != N; in tryCaptureVariable()
H A DSemaOpenMP.cpp2516 void SemaOpenMP::adjustOpenMPTargetScopeIndex(unsigned &FunctionScopesIndex, in adjustOpenMPTargetScopeIndex() argument
2518 FunctionScopesIndex -= getOpenMPCaptureLevels(DSAStack->getDirective(Level)); in adjustOpenMPTargetScopeIndex()