Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSemaInternal.h72 const unsigned *const FunctionScopeIndexToStopAt) { in MarkVarDeclODRUsed() argument
88 FunctionScopeIndexToStopAt); in MarkVarDeclODRUsed()
H A DSema.h4110 const unsigned *const FunctionScopeIndexToStopAt);
5147 const unsigned *const FunctionScopeIndexToStopAt = nullptr,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp1168 bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt, in CheckCXXThisCapture() argument
1176 const int MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in CheckCXXThisCapture()
1177 ? *FunctionScopeIndexToStopAt in CheckCXXThisCapture()
H A DSemaExpr.cpp15283 QualType &DeclRefType, const unsigned *const FunctionScopeIndexToStopAt) { in tryCaptureVariable() argument
15291 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable()
15292 ? *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1; in tryCaptureVariable()
15295 if (FunctionScopeIndexToStopAt) { in tryCaptureVariable()