Searched refs:findNextToken (Results 1 – 6 of 6) sorted by relevance
104 std::optional<Token> NextToken = Lexer::findNextToken(End, SM, LangOpts); in compute()
555 static std::optional<Token> findNextToken(SourceLocation Loc,
231 Lexer::findNextToken( in Report()
2681 std::optional<Token> NextTok = Lexer::findNextToken( in fixVarDeclWithArray()2685 NextTok = Lexer::findNextToken(NextTok->getLocation(), in fixVarDeclWithArray()
1325 std::optional<Token> Lexer::findNextToken(SourceLocation Loc, in findNextToken() function in Lexer1361 std::optional<Token> Tok = findNextToken(Loc, SM, LangOpts); in findLocationAfterToken()
1927 Lexer::findNextToken(FirstLSquare.getLocation(), SM, LangOpts); in ProhibitCXX11Attributes()