Lines Matching defs:Line
43 static bool startsWithInitStatement(const AnnotatedLine &Line) { in startsWithInitStatement()
125 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, in AnnotatingParser()
2709 AnnotatedLine &Line; member in clang::format::__anon9257c8bf0111::AnnotatingParser
2731 AnnotatedLine &Line) in ExpressionParser()
3120 const AnnotatedLine &Line; member in clang::format::__anon9257c8bf0111::ExpressionParser
3158 static unsigned maxNestingDepth(const AnnotatedLine &Line) { in maxNestingDepth()
3167 static FormatToken *getFunctionName(const AnnotatedLine &Line) { in getFunctionName()
3239 void TokenAnnotator::annotate(AnnotatedLine &Line) { in annotate()
3287 const AnnotatedLine &Line, in isFunctionDeclarationName()
3703 AnnotatedLine &Line, FormatToken *CurrentToken, unsigned Depth) const { in calculateInitializerColumnList()
3721 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line, in splitPenalty()
3950 bool TokenAnnotator::spaceRequiredBetween(const AnnotatedLine &Line, in spaceRequiredBetween()
4400 bool TokenAnnotator::spaceRequiredBefore(const AnnotatedLine &Line, in spaceRequiredBefore()
4980 bool TokenAnnotator::mustBreakBefore(const AnnotatedLine &Line, in mustBreakBefore()
5412 bool TokenAnnotator::canBreakBefore(const AnnotatedLine &Line, in canBreakBefore()