Searched refs:findNextToken (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/ |
| H A D | SourceExtraction.cpp | 104 std::optional<Token> NextToken = Lexer::findNextToken(End, SM, LangOpts); in compute()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Lexer.h | 555 static std::optional<Token> findNextToken(SourceLocation Loc,
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DeadStoresChecker.cpp | 230 Lexer::findNextToken( in Report()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Lexer.cpp | 1321 std::optional<Token> Lexer::findNextToken(SourceLocation Loc, in findNextToken() function in Lexer 1380 std::optional<Token> Tok = findNextToken(Loc, SM, LangOpts); in findLocationAfterToken()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | UnsafeBufferUsage.cpp | 3642 std::optional<Token> NextTok = Lexer::findNextToken( in fixVarDeclWithArray() 3646 NextTok = Lexer::findNextToken(NextTok->getLocation(), in fixVarDeclWithArray()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | Sema.cpp | 94 Lexer::findNextToken(Loc, SourceMgr, LangOpts, IncludeComments); in getRangeForNextToken()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 1814 Lexer::findNextToken(FirstLSquare.getLocation(), SM, LangOpts); in ProhibitCXX11Attributes()
|