Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp683 // Checks whether \p ParsedLine might fit on a single line. If \p OpeningBrace
685 // the length of \p ParsedLine. We must clone the tokens of \p ParsedLine before
688 UnwrappedLine &ParsedLine, const FormatToken *OpeningBrace) const { in mightFitOnOneLine() argument
693 auto &Tokens = ParsedLine.Tokens; in mightFitOnOneLine()
710 AnnotatedLine Line(ParsedLine); in mightFitOnOneLine()