Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Format/
DContinuationIndenter.cpp81 int MatchingStackIndex = Stack.size() - 1; in getLengthToMatchingParen() local
87 while (MatchingStackIndex >= 0 && Stack[MatchingStackIndex].Tok != LBrace) in getLengthToMatchingParen()
88 --MatchingStackIndex; in getLengthToMatchingParen()
89 return MatchingStackIndex >= 0 ? &Stack[MatchingStackIndex] : nullptr; in getLengthToMatchingParen()