Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DTokenAnnotator.cpp1647 FormatToken &LastOfChild = *Current->Previous->Children[0]->Last; in calculateFormattingInformation() local
1648 ChildSize = LastOfChild.isTrailingComment() ? Style.ColumnLimit in calculateFormattingInformation()
1649 : LastOfChild.TotalLength + 1; in calculateFormattingInformation()