Searched defs:MaxFunctionScopesIndex (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp1083 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt ? local
1088 // MaxFunctionScopesIndex-deep on the FunctionScopes stack.
1096 // For a closure 'L' (at MaxFunctionScopesIndex in the FunctionScopes
1110 for (unsigned idx = MaxFunctionScopesIndex; idx != 0; idx--) {
1122 << (Explicit && idx == MaxFunctionScopesIndex);
1129 (Explicit && idx == MaxFunctionScopesIndex)) {
1130 // Regarding (Explicit && idx == MaxFunctionScopesIndex): only the first
1141 << (Explicit && idx == MaxFunctionScopesIndex);
1148 // If we got here, then the closure at MaxFunctionScopesIndex on the
1158 dyn_cast<LambdaScopeInfo>(FunctionScopes[MaxFunctionScopesIndex]))
[all...]
H A DSemaExpr.cpp13563 const unsigned MaxFunctionScopesIndex = FunctionScopeIndexToStopAt local
13569 while (FSIndex != MaxFunctionScopesIndex) {
13598 unsigned FunctionScopesIndex = MaxFunctionScopesIndex;
13611 FunctionScopesIndex = MaxFunctionScopesIndex - 1;
13715 for (unsigned I = ++FunctionScopesIndex, N = MaxFunctionScopesIndex + 1; I != N;

Completed in 157 milliseconds