Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSemaInternal.h47 const unsigned *const FunctionScopeIndexToStopAt) { in MarkVarDeclODRUsed() argument
61 FunctionScopeIndexToStopAt); in MarkVarDeclODRUsed()
DSema.h3182 const unsigned *const FunctionScopeIndexToStopAt);
4114 const unsigned *const FunctionScopeIndexToStopAt = 0);
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExprCXX.cpp757 bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt) { in CheckCXXThisCapture() argument
762 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt ? in CheckCXXThisCapture()
763 *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1; in CheckCXXThisCapture()
DSemaExpr.cpp11824 const unsigned *const FunctionScopeIndexToStopAt) { in tryCaptureVariable() argument
11828 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt in tryCaptureVariable()
11829 ? *FunctionScopeIndexToStopAt : FunctionScopes.size() - 1; in tryCaptureVariable()
11832 if (FunctionScopeIndexToStopAt) { in tryCaptureVariable()