Home
last modified time | relevance | path

Searched refs:GetBeginningOfToken (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DLexerUtils.cpp29 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 DBracesAroundStatementsCheck.cpp25 Lexer::GetBeginningOfToken(Loc, SM, Context->getLangOpts()); in getTokenKind()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DLexer.h385 static SourceLocation GetBeginningOfToken(SourceLocation Loc,
/llvm-project-15.0.7/clang/lib/Tooling/Transformer/
H A DRangeSelector.cpp74 return Lexer::GetBeginningOfToken(BeforeStart, SM, LangOpts); in findPreviousTokenStart()
/llvm-project-15.0.7/clang/lib/Edit/
H A DEditedSource.cpp341 SourceLocation BeginTokLoc = Lexer::GetBeginningOfToken(Loc, SM, LangOpts); in adjustRemoval()
/llvm-project-15.0.7/clang/unittests/Lex/
H A DLexerTest.cpp535 Lexer::GetBeginningOfToken(LookupLocation, SourceMgr, LangOpts)); in TEST_F()
/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp561 SourceLocation Lexer::GetBeginningOfToken(SourceLocation Loc, in GetBeginningOfToken() function in Lexer
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp6348 SLoc = Lexer::GetBeginningOfToken(SLoc, CXXUnit->getSourceManager(), in getCursor()