Home | History | Annotate | Download | only in Lex

Lines Matching refs:Braces

579 /// CheckMatchedBrackets - Returns true if the braces and parentheses in the
622 // braces is needed.
623 unsigned Braces = 0;
641 ++Braces;
643 --Braces;
644 if (Braces == 0 && ClosingBrace == E && FoundSeparatorToken)
648 if (Braces != 0) {
654 } else { // Braces == 0