Home | History | Annotate | Download | only in Lex

Lines Matching refs:ClosingBrace

630   SmallVectorImpl<Token>::iterator ClosingBrace = OldTokens.end();
644 if (Braces == 0 && ClosingBrace == E && FoundSeparatorToken)
645 ClosingBrace = I;
663 PP.getLocForEndOfToken(ClosingBrace->getLocation())));
664 ClosingBrace = E;