Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp790 auto IsOpeningBracket = [&](const FormatToken &Tok) { in addTokenOnCurrentLine() local
808 IsOpeningBracket(Previous) && State.Column > getNewLineColumn(State) && in addTokenOnCurrentLine()