Home
last modified time | relevance | path

Searched defs:TabStop (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DTextDiagnostic.cpp100 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()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DSourceMgr.cpp39 static const size_t TabStop = 8; variable
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp1363 unsigned TabStop = SM.getDiagnostics().getDiagnosticOptions().TabStop; in getVisualIndentation() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp496 unsigned TabStop = getInstStartColumn(STI); in AlignToInstStartColumn() local