Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExpr.cpp17877 unsigned FunctionScopesIndex = MaxFunctionScopesIndex; in tryCaptureVariable() local
17890 FunctionScopesIndex = MaxFunctionScopesIndex - 1; in tryCaptureVariable()
17896 FunctionScopeInfo *FSI = FunctionScopes[FunctionScopesIndex]; in tryCaptureVariable()
17954 FunctionScopes[FunctionScopesIndex - I]); in tryCaptureVariable()
17974 adjustOpenMPTargetScopeIndex(FunctionScopesIndex, RSI->OpenMPLevel); in tryCaptureVariable()
18016 FunctionScopesIndex--; in tryCaptureVariable()
18027 for (unsigned I = ++FunctionScopesIndex, N = MaxFunctionScopesIndex + 1; I != N; in tryCaptureVariable()
DSemaOpenMP.cpp2285 void Sema::adjustOpenMPTargetScopeIndex(unsigned &FunctionScopesIndex, in adjustOpenMPTargetScopeIndex() argument
2287 FunctionScopesIndex -= getOpenMPCaptureLevels(DSAStack->getDirective(Level)); in adjustOpenMPTargetScopeIndex()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h10261 void adjustOpenMPTargetScopeIndex(unsigned &FunctionScopesIndex,