Searched defs:TabStop (Results 1 – 4 of 4) sorted by relevance
99 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()
38 static const size_t TabStop = 8; variable
1263 unsigned TabStop = SM.getDiagnostics().getDiagnosticOptions().TabStop; in getVisualIndentation() local
483 unsigned TabStop = getInstStartColumn(STI); in printInst() local