OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TotalWidth
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Format/
Encoding.h
63
unsigned
TotalWidth
= 0;
68
return
TotalWidth
+ columnWidth(Tail, Encoding);
69
TotalWidth
+= columnWidth(Tail.substr(0, TabPos), Encoding);
71
TotalWidth
+= TabWidth - (
TotalWidth
+ StartColumn) % TabWidth;
FormatToken.h
803
unsigned
TotalWidth
;
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
LangOptions.h
471
static constexpr storage_type
TotalWidth
= 0
475
static_assert(
TotalWidth
<= StorageBitSize, "Too short type for FPOptions");
Completed in 24 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026