Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1259 bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt, in CheckCXXThisCapture() argument
1267 const int MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in CheckCXXThisCapture()
1268 ? *FunctionScopeIndexToStopAt in CheckCXXThisCapture()
H A DSemaExpr.cpp17289 const unsigned *const FunctionScopeIndexToStopAt = nullptr) { in MarkVarDeclODRUsed() argument
17307 FunctionScopeIndexToStopAt); in MarkVarDeclODRUsed()
17821 QualType &DeclRefType, const unsigned *const FunctionScopeIndexToStopAt) { in tryCaptureVariable() argument
17829 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable()
17830 ? *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1; in tryCaptureVariable()
17833 if (FunctionScopeIndexToStopAt) { in tryCaptureVariable()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5066 const unsigned *const FunctionScopeIndexToStopAt);
6229 const unsigned *const FunctionScopeIndexToStopAt = nullptr,