Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp99 printableTextForNextCharacter(StringRef SourceLine,size_t * I,unsigned TabStop) printableTextForNextCharacter() argument
167 expandTabs(std::string & SourceLine,unsigned TabStop) expandTabs() argument
216 genColumnByteMapping(StringRef SourceLine,unsigned TabStop,SmallVectorImpl<int> & BytesOut,SmallVectorImpl<int> & ColumnsOut) genColumnByteMapping() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DXCOFFDump.cpp154 unsigned TabStop = getInstStartColumn(STI) - 1; in dumpTracebackTable() local
H A Dllvm-objdump.cpp485 unsigned TabStop = getInstStartColumn(STI); AlignToInstStartColumn() local
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp39 static const size_t TabStop = 8; variable
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1413 unsigned TabStop = SM.getDiagnostics().getDiagnosticOptions().TabStop; getVisualIndentation() local