Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h211 ContainsUnwrappedBuilder(false), AlignColons(true), in ParenState()
323 bool AlignColons : 1; member
H A DContinuationIndenter.cpp282 CurrentState.AlignColons = false; in getInitialState()
769 CurrentState.AlignColons = false; in addTokenOnCurrentLine()
1004 CurrentState.AlignColons = false; in addTokenOnNewLine()
1014 } else if (CurrentState.AlignColons && in addTokenOnNewLine()
1385 if (!CurrentState.AlignColons) in getNewLineColumn()