Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DContinuationIndenter.h211 ContainsUnwrappedBuilder(false), AlignColons(true), in ParenState()
323 bool AlignColons : 1; member
H A DContinuationIndenter.cpp272 CurrentState.AlignColons = false; in getInitialState()
708 CurrentState.AlignColons = false; in addTokenOnCurrentLine()
925 CurrentState.AlignColons = false; in addTokenOnNewLine()
935 } else if (CurrentState.AlignColons && in addTokenOnNewLine()
1249 if (!CurrentState.AlignColons) in getNewLineColumn()