Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1300 bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt, in CheckCXXThisCapture() argument
1308 const int MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in CheckCXXThisCapture()
1309 ? *FunctionScopeIndexToStopAt in CheckCXXThisCapture()
H A DSemaExpr.cpp19144 const unsigned *const FunctionScopeIndexToStopAt = nullptr) { in MarkVarDeclODRUsed() argument
19164 DeclRefType, FunctionScopeIndexToStopAt); in MarkVarDeclODRUsed()
19712 QualType &DeclRefType, const unsigned *const FunctionScopeIndexToStopAt) { in tryCaptureVariable() argument
19734 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable()
19735 ? *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1; in tryCaptureVariable()
19738 if (FunctionScopeIndexToStopAt) { in tryCaptureVariable()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5601 const unsigned *const FunctionScopeIndexToStopAt);
6826 const unsigned *const FunctionScopeIndexToStopAt = nullptr,