Searched refs:GetBeginningOfToken (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-tidy/utils/ |
D | LexerUtils.cpp | 28 Location = Lexer::GetBeginningOfToken(Location, SM, LangOpts); in getPreviousToken() 48 return Lexer::GetBeginningOfToken(BeforeStart, SM, LangOpts); in findPreviousTokenStart()
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | BracesAroundStatementsCheck.cpp | 25 Lexer::GetBeginningOfToken(Loc, SM, Context->getLangOpts()); in getTokenKind() 57 Lexer::GetBeginningOfToken(LastTokenLoc, SM, Context->getLangOpts()); in findEndLocation()
|
/external/clang/include/clang/Lex/ |
D | Lexer.h | 295 static SourceLocation GetBeginningOfToken(SourceLocation Loc,
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Lexer.h | 353 static SourceLocation GetBeginningOfToken(SourceLocation Loc,
|
/external/llvm-project/clang/lib/Tooling/Transformer/ |
D | RangeSelector.cpp | 73 return Lexer::GetBeginningOfToken(BeforeStart, SM, LangOpts); in findPreviousTokenStart()
|
/external/clang/lib/Edit/ |
D | EditedSource.cpp | 323 SourceLocation BeginTokLoc = Lexer::GetBeginningOfToken(Loc, SM, LangOpts); in adjustRemoval()
|
/external/llvm-project/clang/lib/Edit/ |
D | EditedSource.cpp | 341 SourceLocation BeginTokLoc = Lexer::GetBeginningOfToken(Loc, SM, LangOpts); in adjustRemoval()
|
/external/llvm-project/clang/unittests/Lex/ |
D | LexerTest.cpp | 470 Lexer::GetBeginningOfToken(LookupLocation, SourceMgr, LangOpts)); in TEST_F()
|
/external/clang/lib/Lex/ |
D | Lexer.cpp | 509 SourceLocation Lexer::GetBeginningOfToken(SourceLocation Loc, in GetBeginningOfToken() function in Lexer
|
/external/llvm-project/clang/lib/Lex/ |
D | Lexer.cpp | 557 SourceLocation Lexer::GetBeginningOfToken(SourceLocation Loc, in GetBeginningOfToken() function in Lexer
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 5296 SLoc = Lexer::GetBeginningOfToken(SLoc, CXXUnit->getSourceManager(), in getCursor()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 6070 SLoc = Lexer::GetBeginningOfToken(SLoc, CXXUnit->getSourceManager(), in getCursor()
|