Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DWhitespaceManager.cpp211 const WhitespaceManager::Change *LastBlockComment = nullptr; in calculateLineBreakInformation() local
222 LastBlockComment = &Change; in calculateLineBreakInformation()
224 if ((Change.StartOfBlockComment = LastBlockComment)) in calculateLineBreakInformation()
230 LastBlockComment = nullptr; in calculateLineBreakInformation()