Home
last modified time | relevance | path

Searched refs:FunctionScopeIndexToStopAt (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSemaInternal.h60 const unsigned *const FunctionScopeIndexToStopAt) { in MarkVarDeclODRUsed() argument
74 FunctionScopeIndexToStopAt); in MarkVarDeclODRUsed()
H A DSema.h3449 const unsigned *const FunctionScopeIndexToStopAt);
4419 const unsigned *const FunctionScopeIndexToStopAt = nullptr);
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp819 bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt) { in CheckCXXThisCapture() argument
824 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt ? in CheckCXXThisCapture()
825 *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1; in CheckCXXThisCapture()
H A DSemaExpr.cpp12267 const unsigned *const FunctionScopeIndexToStopAt) { in tryCaptureVariable() argument
12271 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable()
12272 ? *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1; in tryCaptureVariable()
12275 if (FunctionScopeIndexToStopAt) { in tryCaptureVariable()