Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DContinuationIndenter.cpp32 static bool shouldIndentWrappedSelectorName(const FormatStyle &Style, in shouldIndentWrappedSelectorName() function
912 (shouldIndentWrappedSelectorName(Style, State.Line->Type) in addTokenOnNewLine()
1211 if (shouldIndentWrappedSelectorName(Style, State.Line->Type)) { in getNewLineColumn()