Lines Matching defs:First
34 bool First = true;
36 Call(N.Tok, Parent, First, Line.Level);
37 First = false;
55 forEachToken(Line, [&](FormatToken *Token, FormatToken *Parent, bool First,
56 unsigned Level) { add(Token, Parent, First, Level); });
71 // ExpandedParent in the incoming unwrapped line. \p First specifies whether it
74 FormatToken *ExpandedParent, bool First,
79 << ", First: " << First << "\n");
102 First = true;
105 prepareParent(ExpandedParent, First, Level);