Searched defs:LineIndex (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/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() 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 …]
|
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 | 1161 for (unsigned LineIndex = 0, EndIndex = Token->getLineCount(); in breakProtrudingToken() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/pest/src/iterators/ |
D | line_index.rs | 12 pub struct LineIndex { struct 17 impl LineIndex { impl 18 pub fn new(text: &str) -> LineIndex { in new()
|
D | pair.rs | 57 line_index: Rc<LineIndex>, in new()
|
D | pairs.rs | 48 line_index: Option<Rc<LineIndex>>, in new()
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | GCOV.cpp | 740 for (uint32_t LineIndex = 0; LineIndex < Line.LastLine || !AllLines.empty(); in print() local 852 uint32_t LineIndex, uint32_t &BlockNo) const { in printBlockInfo()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | raw_ostream.cpp | 366 size_t LineIndex = 0; in operator <<() local
|
/aosp_15_r20/external/clang/lib/Parse/ |
H A D | ParseStmtAsm.cpp | 247 unsigned LineIndex = 0; in ParseMSAsmIdentifier() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | raw_ostream.cpp | 406 size_t LineIndex = 0; in operator <<() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | raw_ostream.cpp | 406 size_t LineIndex = 0; in operator <<() local
|