Searched defs:LineIndex (Results  1 – 12 of 12) sorted by relevance
| /external/rust/crates/pest/src/iterators/ | 
| D | line_index.rs | 12 pub struct LineIndex {  struct17 impl LineIndex {  impl
 18     pub fn new(text: &str) -> LineIndex {  in new()
 
 | 
| D | pair.rs | 56     line_index: Rc<LineIndex>,  in new()
 | 
| D | pairs.rs | 46     line_index: Option<Rc<LineIndex>>,  in new()
 | 
| /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()  local712                               uint32_t LineIndex, uint32_t &BlockNo) const {  in printBlockInfo()
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ | 
| D | GCOV.cpp | 740     for (uint32_t LineIndex = 0; LineIndex < Line.LastLine || !AllLines.empty();  in print()  local852                               uint32_t LineIndex, uint32_t &BlockNo) const {  in printBlockInfo()
 
 | 
| /external/skia/experimental/sktext/include/ | 
| D | Types.h | 62 typedef size_t LineIndex;  typedef
 | 
| /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
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ | 
| D | raw_ostream.cpp | 406   size_t LineIndex = 0;  in operator <<()  local
 |