Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp1264 bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt, in CheckCXXThisCapture() argument
1272 const int MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in CheckCXXThisCapture()
1273 ? *FunctionScopeIndexToStopAt in CheckCXXThisCapture()
H A DSemaExpr.cpp18490 const unsigned *const FunctionScopeIndexToStopAt = nullptr) { in MarkVarDeclODRUsed() argument
18510 DeclRefType, FunctionScopeIndexToStopAt); in MarkVarDeclODRUsed()
19049 QualType &DeclRefType, const unsigned *const FunctionScopeIndexToStopAt) { in tryCaptureVariable() argument
19063 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable()
19064 ? *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1; in tryCaptureVariable()
19067 if (FunctionScopeIndexToStopAt) { in tryCaptureVariable()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h5475 const unsigned *const FunctionScopeIndexToStopAt);
6674 const unsigned *const FunctionScopeIndexToStopAt = nullptr,