Searched defs:TabStop (Results 1 – 2 of 2) 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()
26 static const size_t TabStop = 8; variable