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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DLocale.h10 int columnWidth(StringRef s);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DLocale.cpp9 int columnWidth(StringRef Text) { function in namespace:llvm::sys::locale
H A DSourceMgr.cpp400 assert((size_t)sys::locale::columnWidth(I->getText()) ==
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DEncoding.h45 inline unsigned columnWidth(StringRef Text, Encoding Encoding) { function in namespace:clang::format::encoding
50 // returning the number of bytes may cause problems, as columnWidth suddenly
68 return TotalWidth + columnWidth(Tail, Encoding);
69 TotalWidth += columnWidth(Tail.substr(0, TabPos), Encoding);
/freebsd-13-stable/contrib/llvm-project/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);
369 = llvm::sys::locale::columnWidth(FixItInsertionLine.substr(0, FixItEnd));
1120 HintCol + llvm::sys::locale::columnWidth(I->CodeToInsert);

Completed in 130 milliseconds