Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1297 bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt, in CheckCXXThisCapture() argument
1305 const int MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in CheckCXXThisCapture()
1306 ? *FunctionScopeIndexToStopAt in CheckCXXThisCapture()
H A DSemaExpr.cpp18125 const unsigned *const FunctionScopeIndexToStopAt = nullptr) { in MarkVarDeclODRUsed() argument
18145 DeclRefType, FunctionScopeIndexToStopAt); in MarkVarDeclODRUsed()
18688 QualType &DeclRefType, const unsigned *const FunctionScopeIndexToStopAt) { in tryCaptureVariable() argument
18720 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable()
18721 ? *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1; in tryCaptureVariable()
18724 if (FunctionScopeIndexToStopAt) { in tryCaptureVariable()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6640 const unsigned *const FunctionScopeIndexToStopAt);
8090 const unsigned *const FunctionScopeIndexToStopAt = nullptr,