Searched refs:MatchingStackIndex (Results 1 – 1 of 1) sorted by relevance
93 int MatchingStackIndex = Stack.size() - 1; in getLengthToMatchingParen() local99 while (MatchingStackIndex >= 0 && Stack[MatchingStackIndex].Tok != LBrace) in getLengthToMatchingParen()100 --MatchingStackIndex; in getLengthToMatchingParen()101 return MatchingStackIndex >= 0 ? &Stack[MatchingStackIndex] : nullptr; in getLengthToMatchingParen()