Home
last modified time | relevance | path

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

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