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

/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp396 // column. IndentColumn is calculated when lexing the first line and reused
398 unsigned IndentColumn = 0; local
442 IndentColumn = TokColumn + WhitespaceLen;
446 // For the rest of the lines, we skip whitespace up to IndentColumn.
452 std::max<int>(static_cast<int>(IndentColumn) - TokColumn, 0));

Completed in 106 milliseconds