Lines Matching refs:Index
95 /// This is the current buffer index we're lexing from as managed by the
1447 unsigned Index = Body[Pos+1] - '0';
1448 if (Index >= A.size())
1452 for (std::vector<AsmToken>::const_iterator it = A[Index].begin(),
1453 ie = A[Index].end(); it != ie; ++it)
1466 unsigned Index = 0;
1467 for (; Index < NParameters; ++Index)
1468 if (Parameters[Index] == Argument)
1472 if (Index == NParameters)
1475 for (std::vector<AsmToken>::const_iterator it = A[Index].begin(),
1476 ie = A[Index].end(); it != ie; ++it)