Home | History | Annotate | Download | only in Lex

Lines Matching refs:Brackets

386   SmallVector<Bracket, 8> Brackets;
391 Brackets.push_back(Paren);
393 if (Brackets.empty() || Brackets.back() == Brace)
395 Brackets.pop_back();
397 Brackets.push_back(Brace);
399 if (Brackets.empty() || Brackets.back() == Paren)
401 Brackets.pop_back();
404 if (!Brackets.empty())
425 // Once it is known that the brackets are matched, only a simple count of the
666 // TODO: See if this can be generalized to angle brackets for templates
1407 // file name string literal using angle brackets (<>) or