Home
last modified time | relevance | path

Searched defs:NumSpaces (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DDebugCounter.cpp37 size_t NumSpaces = GlobalWidth - Info.first.size() - 8; in printOptionInfo() local
H A Draw_ostream.cpp497 raw_ostream &raw_ostream::indent(unsigned NumSpaces) { in indent()
H A DCommandLine.cpp2038 size_t NumSpaces = MaxOptWidth > L ? MaxOptWidth - L : 0; in printGenericOptionDiff() local
2091 size_t NumSpaces = MaxOptWidth > V.size() ? MaxOptWidth - V.size() : 0; in PRINT_OPT_DIFF() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Rewrite/
H A DHTMLRewrite.cpp140 unsigned NumSpaces = 8-(ColNo&7); in EscapeText() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp32 unsigned NumSpaces = Opts.TabSize - (ColNum % Opts.TabSize); in escape() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DTextDiagnostic.cpp107 unsigned NumSpaces = TabStop - col%TabStop; in printableTextForNextCharacter() local