Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp4029 FormatToken &LastOfChild = *Prev->Children[0]->Last; in calculateFormattingInformation() local
4030 ChildSize = LastOfChild.isTrailingComment() ? Style.ColumnLimit in calculateFormattingInformation()
4031 : LastOfChild.TotalLength + 1; in calculateFormattingInformation()