Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1454 void adjustOpenMPTargetScopeIndex(unsigned &FunctionScopesIndex,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp19216 unsigned FunctionScopesIndex = MaxFunctionScopesIndex; in tryCaptureVariable() local
19222 FunctionScopes[FunctionScopesIndex]); in tryCaptureVariable()
19236 FunctionScopesIndex == MaxFunctionScopesIndex && VarDC == DC) in tryCaptureVariable()
19251 FunctionScopesIndex = MaxFunctionScopesIndex - 1; in tryCaptureVariable()
19257 FunctionScopeInfo *FSI = FunctionScopes[FunctionScopesIndex]; in tryCaptureVariable()
19331 FunctionScopes[FunctionScopesIndex - I]); in tryCaptureVariable()
19351 OpenMP().adjustOpenMPTargetScopeIndex(FunctionScopesIndex, in tryCaptureVariable()
19394 FunctionScopesIndex--; in tryCaptureVariable()
19405 for (unsigned I = ++FunctionScopesIndex, N = MaxFunctionScopesIndex + 1; I != N; in tryCaptureVariable()
H A DSemaOpenMP.cpp2492 void SemaOpenMP::adjustOpenMPTargetScopeIndex(unsigned &FunctionScopesIndex, in adjustOpenMPTargetScopeIndex() argument
2494 FunctionScopesIndex -= getOpenMPCaptureLevels(DSAStack->getDirective(Level)); in adjustOpenMPTargetScopeIndex()