Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DTextDiagnostic.cpp100 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()
/external/llvm/lib/Support/
DSourceMgr.cpp24 static const size_t TabStop = 8; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DSourceMgr.cpp38 static const size_t TabStop = 8; variable