Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DContinuationIndenter.h210 ContainsUnwrappedBuilder(false), AlignColons(true), in ParenState()
322 bool AlignColons : 1; member
H A DContinuationIndenter.cpp271 CurrentState.AlignColons = false; in getInitialState()
693 CurrentState.AlignColons = false; in addTokenOnCurrentLine()
909 CurrentState.AlignColons = false; in addTokenOnNewLine()
919 } else if (CurrentState.AlignColons && in addTokenOnNewLine()
1229 if (!CurrentState.AlignColons) in getNewLineColumn()