Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h206 ContainsUnwrappedBuilder(false), AlignColons(true), in ParenState()
311 bool ContainsUnwrappedBuilder : 1; member
392 if (ContainsUnwrappedBuilder != Other.ContainsUnwrappedBuilder)
393 return ContainsUnwrappedBuilder;
H A DContinuationIndenter.cpp317 if (Current.isMemberAccess() && CurrentState.ContainsUnwrappedBuilder) in canBreak()
842 CurrentState.ContainsUnwrappedBuilder = true; in addTokenOnCurrentLine()
1941 CurrentState.ContainsUnwrappedBuilder)); in moveStatePastScopeOpener()