Lines Matching full:braces
398 /// CheckMatchedBrackets - Returns true if the braces and parentheses in the441 // braces is needed.442 unsigned Braces = 0;460 ++Braces;462 --Braces;463 if (Braces == 0 && ClosingBrace == E && FoundSeparatorToken)467 if (Braces != 0) {473 } else { // Braces == 0