Searched defs:TabStop (Results 1 – 3 of 3) sorted by relevance
100 unsigned TabStop) { in printableTextForNextCharacter()162 static void expandTabs(std::string &SourceLine, unsigned TabStop) { in expandTabs()197 static void byteToColumn(StringRef SourceLine, unsigned TabStop, in byteToColumn()231 static void columnToByte(StringRef SourceLine, unsigned TabStop, in columnToByte()
24 static const size_t TabStop = 8; variable
38 static const size_t TabStop = 8; variable