Home
last modified time | relevance | path

Searched refs:createBreakableToken (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h153 createBreakableToken(const FormatToken &Current, LineState &State,
H A DContinuationIndenter.cpp2268 ContinuationIndenter::createBreakableToken(const FormatToken &Current, in createBreakableToken() function in clang::format::ContinuationIndenter
2389 createBreakableToken(Current, State, AllowBreak); in breakProtrudingToken()