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