Searched refs:FirstLSquare (Results 1 – 1 of 1) sorted by relevance
1688 Token FirstLSquare; in ProhibitCXX11Attributes() local1689 Lexer::getRawToken(Attrs.Range.getBegin(), FirstLSquare, SM, LangOpts); in ProhibitCXX11Attributes()1691 if (FirstLSquare.is(tok::l_square)) { in ProhibitCXX11Attributes()1693 Lexer::findNextToken(FirstLSquare.getLocation(), SM, LangOpts); in ProhibitCXX11Attributes()