Home
last modified time | relevance | path

Searched refs:findNextToken (Results 1 – 7 of 7) 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/include/clang/Lex/
H A DLexer.h555 static std::optional<Token> findNextToken(SourceLocation Loc,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp230 Lexer::findNextToken( in Report()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1321 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 DUnsafeBufferUsage.cpp3642 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 DSema.cpp94 Lexer::findNextToken(Loc, SourceMgr, LangOpts, IncludeComments); in getRangeForNextToken()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1814 Lexer::findNextToken(FirstLSquare.getLocation(), SM, LangOpts); in ProhibitCXX11Attributes()