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

/external/clang/lib/Format/
H A DWhitespaceManager.h159 // \c StartOfBlockComment is pointer to the first Change in the block
163 const Change *StartOfBlockComment; member in struct:clang::format::WhitespaceManager::Change
H A DWhitespaceManager.cpp43 StartOfBlockComment(nullptr), IndentationOffset(0) {}
148 Change.StartOfBlockComment = nullptr;
153 if ((Change.StartOfBlockComment = LastBlockComment))
156 Change.StartOfBlockComment->StartOfTokenColumn;
349 if (Changes[i].StartOfBlockComment)
428 if (Changes[i].StartOfBlockComment) {
430 Changes[i].StartOfBlockComment->StartOfTokenColumn -

Completed in 125 milliseconds