Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DBreakableToken.cpp838 const auto FirstNonSpace = Lines[i][IndentPrefix.size()]; in BreakableLineCommentSection() local
842 (FirstNonSpace == '}' && FirstLineSpaceChange != 0); in BreakableLineCommentSection()