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