Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSemaInternal.h72 const unsigned *const FunctionScopeIndexToStopAt) { in MarkVarDeclODRUsed() argument
86 FunctionScopeIndexToStopAt); in MarkVarDeclODRUsed()
HDSema.h3576 const unsigned *const FunctionScopeIndexToStopAt);
4545 const unsigned *const FunctionScopeIndexToStopAt = nullptr);
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprCXX.cpp900 bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt) { in CheckCXXThisCapture() argument
905 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt ? in CheckCXXThisCapture()
906 *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1; in CheckCXXThisCapture()
HDSemaExpr.cpp12768 QualType &DeclRefType, const unsigned *const FunctionScopeIndexToStopAt) { in tryCaptureVariable() argument
12776 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable()
12777 ? *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1; in tryCaptureVariable()
12780 if (FunctionScopeIndexToStopAt) { in tryCaptureVariable()