Home
last modified time | relevance | path

Searched refs:findNextToken (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp104 std::optional<Token> NextToken = Lexer::findNextToken(End, SM, LangOpts); in compute()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp2681 std::optional<Token> NextTok = Lexer::findNextToken( in fixVarDeclWithArray()
2685 NextTok = Lexer::findNextToken(NextTok->getLocation(), in fixVarDeclWithArray()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1325 std::optional<Token> Lexer::findNextToken(SourceLocation Loc, in findNextToken() function in Lexer
1361 std::optional<Token> Tok = findNextToken(Loc, SM, LangOpts); in findLocationAfterToken()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1927 Lexer::findNextToken(FirstLSquare.getLocation(), SM, LangOpts); in ProhibitCXX11Attributes()