HomeSort by relevance Sort by last modified time
    Searched refs:StartOfBlockComment (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Format/
WhitespaceManager.h 154 // \c StartOfBlockComment is pointer to the first Change in the block
158 const Change *StartOfBlockComment;
WhitespaceManager.cpp 43 StartOfBlockComment(nullptr), IndentationOffset(0) {}
136 Change.StartOfBlockComment = nullptr;
141 if ((Change.StartOfBlockComment = LastBlockComment))
144 Change.StartOfBlockComment->StartOfTokenColumn;
337 if (Changes[i].StartOfBlockComment)
406 if (Changes[i].StartOfBlockComment) {
408 Changes[i].StartOfBlockComment->StartOfTokenColumn -

Completed in 3367 milliseconds