Searched refs:columnWidth (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DLocale.h10 int columnWidth(StringRef s);
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DLocale.cpp9 int columnWidth(StringRef Text) { function in namespace:llvm::sys::locale
H A DSourceMgr.cpp288 assert((size_t)llvm::sys::locale::columnWidth(I->getText()) ==
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Format/
H A DEncoding.h64 inline unsigned columnWidth(StringRef Text, Encoding Encoding) { function in namespace:clang::format::encoding
69 // returning the number of bytes may cause problems, as columnWidth suddenly
87 return TotalWidth + columnWidth(Tail, Encoding);
88 TotalWidth += columnWidth(Tail.substr(0, TabPos), Encoding);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DTextDiagnostic.cpp214 columns += llvm::sys::locale::columnWidth(res.first);
247 columns += llvm::sys::locale::columnWidth(res.first);
327 unsigned FixItColumns = llvm::sys::locale::columnWidth(FixItInsertionLine);
370 = llvm::sys::locale::columnWidth(FixItInsertionLine.substr(0, FixItEnd));
1038 HintCol + llvm::sys::locale::columnWidth(I->CodeToInsert);

Completed in 124 milliseconds