Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DWhitespaceManager.cpp956 bool FollowsRBraceInColumn0 = i > 0 && Changes[i].NewlinesBefore == 0 && in alignTrailingComments() local
977 if (!Style.AlignTrailingComments || FollowsRBraceInColumn0) { in alignTrailingComments()