Home
last modified time | relevance | path

Searched defs:UnbreakableTailLength (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.h288 unsigned UnbreakableTailLength; global() variable
477 unsigned UnbreakableTailLength; global() variable
H A DBreakableToken.cpp269 StringRef Postfix, unsigned UnbreakableTailLength, bool InPPDirective, in BreakableStringLiteral() argument
297 unsigned StartColumn, unsigned UnbreakableTailLength, bool InPPDirective, in BreakableStringLiteralUsingOperators() argument
[all...]
H A DContinuationIndenter.cpp2309 unsigned UnbreakableTailLength = (State.NextToken && canBreak(State)) createBreakableToken() local
H A DTokenAnnotator.cpp3667 unsigned UnbreakableTailLength = 0; calculateUnbreakableTailLengths() local
H A DFormatToken.h490 unsigned UnbreakableTailLength = 0; global() member