Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSemaInternal.h72 const unsigned *const FunctionScopeIndexToStopAt) { in MarkVarDeclODRUsed() argument
87 FunctionScopeIndexToStopAt); in MarkVarDeclODRUsed()
DSema.h3727 const unsigned *const FunctionScopeIndexToStopAt);
4727 const unsigned *const FunctionScopeIndexToStopAt = nullptr,
/external/clang/lib/Sema/
DSemaExprCXX.cpp1075 bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt, in CheckCXXThisCapture() argument
1083 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt ? in CheckCXXThisCapture()
1084 *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1; in CheckCXXThisCapture()
DSemaExpr.cpp13555 QualType &DeclRefType, const unsigned *const FunctionScopeIndexToStopAt) { in tryCaptureVariable() argument
13563 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable()
13564 ? *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1; in tryCaptureVariable()
13567 if (FunctionScopeIndexToStopAt) { in tryCaptureVariable()