Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Frontend/
DTextDiagnostic.cpp99 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/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-10.0/llvm/lib/Support/
DSourceMgr.cpp38 static const size_t TabStop = 8; variable
/external/llvm-project/llvm/lib/Support/
DSourceMgr.cpp38 static const size_t TabStop = 8; variable
/external/llvm-project/clang/lib/Parse/
DParseStmt.cpp1260 unsigned TabStop = SM.getDiagnostics().getDiagnosticOptions().TabStop; in getVisualIndentation() local
/external/llvm-project/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1150 unsigned TabStop = getInstStartColumn(STI); in printInst() local