HomeSort by: relevance | last modified time | path
    Searched refs:IndentationOffset (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
WhitespaceManager.h 156 // comment. \c IndentationOffset is a relative column offset to this
160 int IndentationOffset;
WhitespaceManager.cpp 43 StartOfBlockComment(nullptr), IndentationOffset(0), ConditionalsLevel(0) {
219 Change.IndentationOffset = 0;
225 Change.IndentationOffset =
899 Shift = Changes[i].IndentationOffset +

Completed in 16 milliseconds