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