Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp214 const WhitespaceManager::Change *LastBlockComment = nullptr; in calculateLineBreakInformation() local
225 LastBlockComment = &Change; in calculateLineBreakInformation()
227 if ((Change.StartOfBlockComment = LastBlockComment)) in calculateLineBreakInformation()
233 LastBlockComment = nullptr; in calculateLineBreakInformation()