reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Format/ContinuationIndenter.cpp
   81   int MatchingStackIndex = Stack.size() - 1;
   87     while (MatchingStackIndex >= 0 && Stack[MatchingStackIndex].Tok != LBrace)
   89     return MatchingStackIndex >= 0 ? &Stack[MatchingStackIndex] : nullptr;