Searched defs:LineIndex (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Format/ |
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() 219 BreakableLineComment::getSplit(unsigned LineIndex, unsigned TailOffset, in getSplit() 225 void BreakableLineComment::insertBreak(unsigned LineIndex, unsigned TailOffset, in insertBreak() 233 void BreakableLineComment::replaceWhitespace(unsigned LineIndex, in replaceWhitespace() 243 unsigned LineIndex, WhitespaceManager &Whitespaces) { in replaceWhitespaceBefore() 326 void BreakableBlockComment::adjustWhitespace(unsigned LineIndex, in adjustWhitespace() 367 unsigned LineIndex, unsigned Offset, StringRef::size_type Length) const { in getLineLengthAfterSplit() 378 BreakableBlockComment::getSplit(unsigned LineIndex, unsigned TailOffset, in getSplit() [all …]
|
D | BreakableToken.h | 71 virtual void replaceWhitespaceBefore(unsigned LineIndex, in replaceWhitespaceBefore() 129 void replaceWhitespace(unsigned LineIndex, unsigned TailOffset, Split Split, in replaceWhitespace()
|
D | ContinuationIndenter.cpp | 1161 for (unsigned LineIndex = 0, EndIndex = Token->getLineCount(); in breakProtrudingToken() local
|
/external/llvm/lib/IR/ |
D | GCOV.cpp | 591 for (uint32_t LineIndex = 0; LineIndex < Line.LastLine || !AllLines.empty(); in print() local 712 uint32_t LineIndex, uint32_t &BlockNo) const { in printBlockInfo()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | raw_ostream.cpp | 366 size_t LineIndex = 0; in operator <<() local
|
/external/clang/lib/Parse/ |
D | ParseStmtAsm.cpp | 247 unsigned LineIndex = 0; in ParseMSAsmIdentifier() local
|