Searched refs:StartOfBlockComment (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h155 // \c StartOfBlockComment is pointer to the first Change in the block
159 const Change *StartOfBlockComment; member in struct:clang::format::WhitespaceManager::Change
H A DWhitespaceManager.cpp43 StartOfBlockComment(nullptr), IndentationOffset(0), ConditionalsLevel(0) {
218 Change.StartOfBlockComment = nullptr;
224 if ((Change.StartOfBlockComment = LastBlockComment))
227 Change.StartOfBlockComment->StartOfTokenColumn;
724 if (Changes[i].StartOfBlockComment)
806 if (Changes[i].StartOfBlockComment) {
808 Changes[i].StartOfBlockComment->StartOfTokenColumn -

Completed in 63 milliseconds