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

References

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