Searched refs:GetBeginningOfToken (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/ |
| H A D | LexerUtils.cpp | 29 Location = Lexer::GetBeginningOfToken(Location, SM, LangOpts); in getPreviousToken() 49 return Lexer::GetBeginningOfToken(BeforeStart, SM, LangOpts); in findPreviousTokenStart()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | BracesAroundStatementsCheck.cpp | 25 Lexer::GetBeginningOfToken(Loc, SM, Context->getLangOpts()); in getTokenKind()
|
| /llvm-project-15.0.7/clang/include/clang/Lex/ |
| H A D | Lexer.h | 385 static SourceLocation GetBeginningOfToken(SourceLocation Loc,
|
| /llvm-project-15.0.7/clang/lib/Tooling/Transformer/ |
| H A D | RangeSelector.cpp | 74 return Lexer::GetBeginningOfToken(BeforeStart, SM, LangOpts); in findPreviousTokenStart()
|
| /llvm-project-15.0.7/clang/lib/Edit/ |
| H A D | EditedSource.cpp | 341 SourceLocation BeginTokLoc = Lexer::GetBeginningOfToken(Loc, SM, LangOpts); in adjustRemoval()
|
| /llvm-project-15.0.7/clang/unittests/Lex/ |
| H A D | LexerTest.cpp | 535 Lexer::GetBeginningOfToken(LookupLocation, SourceMgr, LangOpts)); in TEST_F()
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | Lexer.cpp | 561 SourceLocation Lexer::GetBeginningOfToken(SourceLocation Loc, in GetBeginningOfToken() function in Lexer
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 6348 SLoc = Lexer::GetBeginningOfToken(SLoc, CXXUnit->getSourceManager(), in getCursor()
|