Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp41 static bool shouldUnindentNextOperator(const FormatToken &Tok) { in shouldUnindentNextOperator() function
1706 if ((shouldUnindentNextOperator(Current) || in moveStatePastFakeLParens()
2329 /*UnindentPlus=*/shouldUnindentNextOperator(Current), StartColumn, in createBreakableToken()