HomeSort by: relevance | last modified time | path
    Searched refs:MaxFunctionScopesIndex (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp 1250 const int MaxFunctionScopesIndex = FunctionScopeIndexToStopAt
1256 // MaxFunctionScopesIndex-deep on the FunctionScopes stack.
1264 // For a closure 'L' (at MaxFunctionScopesIndex in the FunctionScopes
1278 for (int idx = MaxFunctionScopesIndex; idx >= 0; idx--) {
1291 << (Explicit && idx == MaxFunctionScopesIndex);
1301 (Explicit && idx == MaxFunctionScopesIndex)) {
1302 // Regarding (Explicit && idx == MaxFunctionScopesIndex): only the first
1313 << (Explicit && idx == MaxFunctionScopesIndex);
1323 // If we got here, then the closure at MaxFunctionScopesIndex on the
1333 dyn_cast<LambdaScopeInfo>(FunctionScopes[MaxFunctionScopesIndex])) &
    [all...]
SemaExpr.cpp 17663 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt
17669 while (FSIndex != MaxFunctionScopesIndex) {
17685 MaxFunctionScopesIndex)))
17701 unsigned FunctionScopesIndex = MaxFunctionScopesIndex;
17714 FunctionScopesIndex = MaxFunctionScopesIndex - 1;
17851 for (unsigned I = ++FunctionScopesIndex, N = MaxFunctionScopesIndex + 1; I != N;

Completed in 37 milliseconds