Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp1242 bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt, in CheckCXXThisCapture() argument
1250 const int MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in CheckCXXThisCapture()
1251 ? *FunctionScopeIndexToStopAt in CheckCXXThisCapture()
H A DSemaExpr.cpp17128 const unsigned *const FunctionScopeIndexToStopAt = nullptr) { in MarkVarDeclODRUsed() argument
17146 FunctionScopeIndexToStopAt); in MarkVarDeclODRUsed()
17655 QualType &DeclRefType, const unsigned *const FunctionScopeIndexToStopAt) { in tryCaptureVariable() argument
17663 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable()
17664 ? *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1; in tryCaptureVariable()
17667 if (FunctionScopeIndexToStopAt) { in tryCaptureVariable()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5026 const unsigned *const FunctionScopeIndexToStopAt);
6162 const unsigned *const FunctionScopeIndexToStopAt = nullptr,