Searched defs:TabStop (Results 1 – 4 of 4) sorted by relevance
100 unsigned TabStop) { in printableTextForNextCharacter()163 static void expandTabs(std::string &SourceLine, unsigned TabStop) { in expandTabs()198 static void byteToColumn(StringRef SourceLine, unsigned TabStop, in byteToColumn()232 static void columnToByte(StringRef SourceLine, unsigned TabStop, in columnToByte()
39 static const size_t TabStop = 8; variable
1363 unsigned TabStop = SM.getDiagnostics().getDiagnosticOptions().TabStop; in getVisualIndentation() local
496 unsigned TabStop = getInstStartColumn(STI); in AlignToInstStartColumn() local