Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp2033 bool FollowedByNewline = in parseStructuralElement() local
2038 if (FollowedByNewline && (Text.size() >= 5 || FunctionLike) && in parseStructuralElement()