Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DXCOFFDump.cpp155 unsigned TabStop = getInstStartColumn(STI) - 1; dumpTracebackTable() local
H A Dllvm-objdump.cpp601 unsigned TabStop = getInstStartColumn(STI); in AlignToInstStartColumn() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp108 unsigned TabStop) { in printableTextForNextCharacter()
176 static void expandTabs(std::string &SourceLine, unsigned TabStop) { in expandTabs()
225 static void genColumnByteMapping(StringRef SourceLine, unsigned TabStop, in genColumnByteMapping()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp39 static const size_t TabStop = 8; variable
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1425 unsigned TabStop = SM.getDiagnostics().getDiagnosticOptions().TabStop; in getVisualIndentation() local