Home
last modified time | relevance | path

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

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