Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DLexerUtils.cpp28 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/
DBracesAroundStatementsCheck.cpp25 Lexer::GetBeginningOfToken(Loc, SM, Context->getLangOpts()); in getTokenKind()
57 Lexer::GetBeginningOfToken(LastTokenLoc, SM, Context->getLangOpts()); in findEndLocation()
/external/clang/include/clang/Lex/
DLexer.h295 static SourceLocation GetBeginningOfToken(SourceLocation Loc,
/external/llvm-project/clang/include/clang/Lex/
DLexer.h353 static SourceLocation GetBeginningOfToken(SourceLocation Loc,
/external/llvm-project/clang/lib/Tooling/Transformer/
DRangeSelector.cpp73 return Lexer::GetBeginningOfToken(BeforeStart, SM, LangOpts); in findPreviousTokenStart()
/external/clang/lib/Edit/
DEditedSource.cpp323 SourceLocation BeginTokLoc = Lexer::GetBeginningOfToken(Loc, SM, LangOpts); in adjustRemoval()
/external/llvm-project/clang/lib/Edit/
DEditedSource.cpp341 SourceLocation BeginTokLoc = Lexer::GetBeginningOfToken(Loc, SM, LangOpts); in adjustRemoval()
/external/llvm-project/clang/unittests/Lex/
DLexerTest.cpp470 Lexer::GetBeginningOfToken(LookupLocation, SourceMgr, LangOpts)); in TEST_F()
/external/clang/lib/Lex/
DLexer.cpp509 SourceLocation Lexer::GetBeginningOfToken(SourceLocation Loc, in GetBeginningOfToken() function in Lexer
/external/llvm-project/clang/lib/Lex/
DLexer.cpp557 SourceLocation Lexer::GetBeginningOfToken(SourceLocation Loc, in GetBeginningOfToken() function in Lexer
/external/clang/tools/libclang/
DCIndex.cpp5296 SLoc = Lexer::GetBeginningOfToken(SLoc, CXXUnit->getSourceManager(), in getCursor()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp6070 SLoc = Lexer::GetBeginningOfToken(SLoc, CXXUnit->getSourceManager(), in getCursor()