reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Lex/Lexer.h
  349   static SourceLocation GetBeginningOfToken(SourceLocation Loc,

References

tools/clang/lib/Edit/EditedSource.cpp
  341   SourceLocation BeginTokLoc = Lexer::GetBeginningOfToken(Loc, SM, LangOpts);
tools/clang/lib/Tooling/Transformer/RangeSelector.cpp
   75   return Lexer::GetBeginningOfToken(BeforeStart, SM, LangOpts);
tools/clang/tools/extra/clang-tidy/readability/BracesAroundStatementsCheck.cpp
   25       Lexer::GetBeginningOfToken(Loc, SM, Context->getLangOpts());
   57       Lexer::GetBeginningOfToken(LastTokenLoc, SM, Context->getLangOpts());
tools/clang/tools/extra/clang-tidy/utils/LexerUtils.cpp
   23     Location = Lexer::GetBeginningOfToken(Location, SM, LangOpts);
   43   return Lexer::GetBeginningOfToken(BeforeStart, SM, LangOpts);
tools/clang/tools/extra/clangd/Selection.cpp
  265         SelBeginTokenStart(SM.getFileOffset(Lexer::GetBeginningOfToken(
tools/clang/tools/extra/clangd/SourceCode.cpp
  309       Lexer::GetBeginningOfToken(Before, SM, LangOpts);
  313       Lexer::GetBeginningOfToken(InputLoc, SM, LangOpts);
tools/clang/tools/libclang/CIndex.cpp
 5958   SLoc = Lexer::GetBeginningOfToken(SLoc, CXXUnit->getSourceManager(),
tools/clang/unittests/Lex/LexerTest.cpp
  470               Lexer::GetBeginningOfToken(LookupLocation, SourceMgr, LangOpts));