Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp17701 unsigned FunctionScopesIndex = MaxFunctionScopesIndex; in tryCaptureVariable() local
17714 FunctionScopesIndex = MaxFunctionScopesIndex - 1; in tryCaptureVariable()
17720 FunctionScopeInfo *FSI = FunctionScopes[FunctionScopesIndex]; in tryCaptureVariable()
17778 FunctionScopes[FunctionScopesIndex - I]); in tryCaptureVariable()
17798 adjustOpenMPTargetScopeIndex(FunctionScopesIndex, RSI->OpenMPLevel); in tryCaptureVariable()
17840 FunctionScopesIndex--; in tryCaptureVariable()
17851 for (unsigned I = ++FunctionScopesIndex, N = MaxFunctionScopesIndex + 1; I != N; in tryCaptureVariable()
H A DSemaOpenMP.cpp2285 void Sema::adjustOpenMPTargetScopeIndex(unsigned &FunctionScopesIndex, in adjustOpenMPTargetScopeIndex() argument
2287 FunctionScopesIndex -= getOpenMPCaptureLevels(DSAStack->getDirective(Level)); in adjustOpenMPTargetScopeIndex()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h10188 void adjustOpenMPTargetScopeIndex(unsigned &FunctionScopesIndex,