Home
last modified time | relevance | path

Searched refs:tokenAt (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DBreakableToken.cpp325 Text.data() - tokenAt(LineIndex).TokenText.data() + Split.first; in compressWhitespace()
328 tokenAt(LineIndex), BreakOffsetInToken, CharsToRemove, "", "", in compressWhitespace()
332 const FormatToken &BreakableComment::tokenAt(unsigned LineIndex) const { in tokenAt() function in clang::format::BreakableComment
619 Text.data() - tokenAt(LineIndex).TokenText.data() + Split.first; in insertBreak()
625 tokenAt(LineIndex), BreakOffsetInToken, CharsToRemove, "", in insertBreak()
666 tokenAt(LineIndex).TokenText.data(); in reflow()
668 tokenAt(LineIndex).TokenText.data() - in reflow()
671 tokenAt(LineIndex), WhitespaceOffsetInToken, in reflow()
716 tokenAt(LineIndex).TokenText.data(); in adaptStartOfLine()
718 tokenAt(LineIndex).TokenText.data() - in adaptStartOfLine()
[all …]
H A DBreakableToken.h307 const FormatToken &tokenAt(unsigned LineIndex) const;