Home | History | Annotate | Download | only in Lex

Lines Matching defs:ClosingBrace

434   SmallVectorImpl<Token>::iterator ClosingBrace = OldTokens.end();
448 if (Braces == 0 && ClosingBrace == E && FoundSeparatorToken)
449 ClosingBrace = I;
467 PP.getLocForEndOfToken(ClosingBrace->getLocation())));
468 ClosingBrace = E;