Home | History | Annotate | Download | only in Lex

Lines Matching refs:ClosingBrace

449   SmallVectorImpl<Token>::iterator ClosingBrace = OldTokens.end();
463 if (Braces == 0 && ClosingBrace == E && FoundSeparatorToken)
464 ClosingBrace = I;
482 PP.getLocForEndOfToken(ClosingBrace->getLocation())));
483 ClosingBrace = E;