Searched defs:LineIndex (Results 1 – 5 of 5) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/Format/ |
H A D | BreakableToken.cpp | 137 unsigned LineIndex, unsigned Offset, StringRef::size_type Length) const { in getLineLengthAfterSplit() 163 BreakableStringLiteral::getSplit(unsigned LineIndex, unsigned TailOffset, in getSplit() 170 void BreakableStringLiteral::insertBreak(unsigned LineIndex, in insertBreak() 217 BreakableLineComment::getSplit(unsigned LineIndex, unsigned TailOffset, in getSplit() 223 void BreakableLineComment::insertBreak(unsigned LineIndex, unsigned TailOffset, in insertBreak() 231 void BreakableLineComment::replaceWhitespace(unsigned LineIndex, in replaceWhitespace() 241 BreakableLineComment::replaceWhitespaceBefore(unsigned LineIndex, in replaceWhitespaceBefore() 319 void BreakableBlockComment::adjustWhitespace(unsigned LineIndex, in adjustWhitespace() 360 unsigned LineIndex, unsigned Offset, StringRef::size_type Length) const { in getLineLengthAfterSplit() 371 BreakableBlockComment::getSplit(unsigned LineIndex, unsigned TailOffset, in getSplit() [all …]
|
H A D | BreakableToken.h | 71 virtual void replaceWhitespaceBefore(unsigned LineIndex, in replaceWhitespaceBefore() 129 void replaceWhitespace(unsigned LineIndex, unsigned TailOffset, Split Split, in replaceWhitespace()
|
H A D | ContinuationIndenter.cpp | 997 for (unsigned LineIndex = 0, EndIndex = Token->getLineCount(); in breakProtrudingToken() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | GCOV.cpp | 553 for (uint32_t LineIndex = 0; in print() local 684 uint32_t LineIndex, uint32_t &BlockNo) const { in printBlockInfo()
|
/minix3/external/bsd/llvm/dist/clang/lib/Parse/ |
H A D | ParseStmtAsm.cpp | 226 unsigned LineIndex = 0; in ParseMSAsmIdentifier() local
|