Home
last modified time | relevance | path

Searched refs:MatchingStackIndex (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DContinuationIndenter.cpp84 int MatchingStackIndex = Stack.size() - 1; in getLengthToMatchingParen() local
90 while (MatchingStackIndex >= 0 && Stack[MatchingStackIndex].Tok != LBrace) in getLengthToMatchingParen()
91 --MatchingStackIndex; in getLengthToMatchingParen()
92 return MatchingStackIndex >= 0 ? &Stack[MatchingStackIndex] : nullptr; in getLengthToMatchingParen()