Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp3971 FormatToken *AfterLastAttribute = nullptr; in calculateFormattingInformation() local
3981 AfterLastAttribute = Tok; in calculateFormattingInformation()
4014 if (SeenName && AfterLastAttribute && in calculateFormattingInformation()
4015 mustBreakAfterAttributes(*AfterLastAttribute, Style)) { in calculateFormattingInformation()
4016 AfterLastAttribute->MustBreakBefore = true; in calculateFormattingInformation()