Home
last modified time | relevance | path

Searched refs:AlignColons (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()
318 bool AlignColons : 1; member
H A DContinuationIndenter.cpp282 CurrentState.AlignColons = false; in getInitialState()
779 CurrentState.AlignColons = false; in addTokenOnCurrentLine()
1014 CurrentState.AlignColons = false; in addTokenOnNewLine()
1024 } else if (CurrentState.AlignColons && in addTokenOnNewLine()
1406 if (!CurrentState.AlignColons) in getNewLineColumn()