Searched refs:findNextToken (Results 1 – 5 of 5) sorted by relevance
103 Optional<Token> NextToken = Lexer::findNextToken(End, SM, LangOpts); in compute()
523 static Optional<Token> findNextToken(SourceLocation Loc,
234 Lexer::findNextToken( in Report()
1240 Optional<Token> Lexer::findNextToken(SourceLocation Loc, in findNextToken() function in Lexer1276 Optional<Token> Tok = findNextToken(Loc, SM, LangOpts); in findLocationAfterToken()
1628 Lexer::findNextToken(FirstLSquare.getLocation(), SM, LangOpts); in ProhibitCXX11Attributes()