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

Declarations

tools/clang/include/clang/Lex/Lexer.h
  386   static SourceLocation getLocForEndOfToken(SourceLocation Loc, unsigned Offset,

References

tools/clang/include/clang/Lex/Lexer.h
  397     SourceLocation End = getLocForEndOfToken(Range.getEnd(), 0, SM, LangOpts);
tools/clang/include/clang/Lex/Preprocessor.h
 1776     return Lexer::getLocForEndOfToken(Loc, Offset, SourceMgr, LangOpts);
tools/clang/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h
   54                    Lexer::getLocForEndOfToken(Initializer->getSourceLocation(),
   89         Lexer::getLocForEndOfToken(TypeBeginLoc, 0, SM, LangOpts);
  110         Lexer::getLocForEndOfToken(TL.getBeginLoc(), 0, SM, LangOpts);
  135     return visit(ND, Loc, Lexer::getLocForEndOfToken(Loc, 0, SM, LangOpts));
tools/clang/lib/ARCMigrate/Transforms.cpp
  137   loc = Lexer::getLocForEndOfToken(loc, /*Offset=*/0, SM, Ctx.getLangOpts());
tools/clang/lib/Edit/Commit.cpp
  272   loc = Lexer::getLocForEndOfToken(loc, 0, SourceMgr, LangOpts);
tools/clang/lib/Lex/Lexer.cpp
  855     End = Lexer::getLocForEndOfToken(End, 0, SM,LangOpts);
 1244   Loc = Lexer::getLocForEndOfToken(Loc, 0, SM, LangOpts);
tools/clang/lib/Parse/ParseExprCXX.cpp
 1097                             : Lexer::getLocForEndOfToken(
 3194                    Lexer::getLocForEndOfToken(
tools/clang/lib/Sema/Sema.cpp
   50   return Lexer::getLocForEndOfToken(Loc, Offset, SourceMgr, LangOpts);
tools/clang/lib/Sema/SemaDeclAttr.cpp
 7777         Lexer::getLocForEndOfToken(TD->getInnerLocStart(), 0, SM, LangOpts);
 8395           Lexer::getLocForEndOfToken(StmtEndLoc, 0, SM, SemaRef.getLangOpts());
tools/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
  237               Lexer::getLocForEndOfToken(V->getInit()->getEndLoc(), 1, SM, LO);
tools/clang/lib/Tooling/ASTDiff/ASTDiff.cpp
  999   SourceLocation EndLoc = Lexer::getLocForEndOfToken(
tools/clang/lib/Tooling/Refactoring/ASTSelection.cpp
  144       End = Lexer::getLocForEndOfToken(End, 0, SM, Context.getLangOpts());
tools/clang/lib/Tooling/Refactoring/Rename/USRLocFinder.cpp
   89     const SourceLocation EndLoc = Lexer::getLocForEndOfToken(
tools/clang/lib/Tooling/Transformer/RangeSelector.cpp
  123     return CharSourceRange::getCharRange(Lexer::getLocForEndOfToken(
tools/clang/tools/extra/clang-tidy/abseil/DurationDivisionCheck.cpp
   50              Lexer::getLocForEndOfToken(
tools/clang/tools/extra/clang-tidy/android/CloexecCheck.cpp
   66       Lexer::getLocForEndOfToken(SM.getFileLoc(FlagArg->getEndLoc()), 0, SM,
tools/clang/tools/extra/clang-tidy/bugprone/BranchCloneCheck.cpp
  136               Lexer::getLocForEndOfToken(Branches[i]->getEndLoc(), 0,
  214         EndLoc = Lexer::getLocForEndOfToken(EndLoc, 0, *Result.SourceManager,
tools/clang/tools/extra/clang-tidy/bugprone/InaccurateEraseCheck.cpp
   64     const SourceLocation EndLoc = Lexer::getLocForEndOfToken(
tools/clang/tools/extra/clang-tidy/bugprone/NotNullTerminatedResultCheck.cpp
  152   return Lexer::getLocForEndOfToken(E->getEndLoc(), 0, *Result.SourceManager,
tools/clang/tools/extra/clang-tidy/bugprone/StringIntegerAssignmentCheck.cpp
  163   SourceLocation EndLoc = Lexer::getLocForEndOfToken(
tools/clang/tools/extra/clang-tidy/bugprone/SuspiciousStringCompareCheck.cpp
  175     SourceLocation EndLoc = Lexer::getLocForEndOfToken(
  185     SourceLocation EndLoc = Lexer::getLocForEndOfToken(
tools/clang/tools/extra/clang-tidy/bugprone/UnusedRaiiCheck.cpp
   86       Lexer::getLocForEndOfToken(TL->getEndLoc(), 0, *Result.SourceManager,
tools/clang/tools/extra/clang-tidy/cppcoreguidelines/ProTypeCstyleCastCheck.cpp
   83             Lexer::getLocForEndOfToken(SubExpr->getEndLoc(), 0,
tools/clang/tools/extra/clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.cpp
   84   return Lexer::getLocForEndOfToken(Location, 0, Context.getSourceManager(),
tools/clang/tools/extra/clang-tidy/fuchsia/DefaultArgumentsDeclarationsCheck.cpp
   43       Lexer::getLocForEndOfToken(StartLocation, 0, *Result.SourceManager,
tools/clang/tools/extra/clang-tidy/google/AvoidCStyleCastsCheck.cpp
  141           Lexer::getLocForEndOfToken(SubExpr->getEndLoc(), 0, SM,
tools/clang/tools/extra/clang-tidy/llvm/TwineLocalCheck.cpp
   49       SourceLocation EndLoc = Lexer::getLocForEndOfToken(
tools/clang/tools/extra/clang-tidy/misc/UnusedParametersCheck.cpp
   48         Lexer::getLocForEndOfToken(PrevNode->getEndLoc(), 0,
tools/clang/tools/extra/clang-tidy/modernize/LoopConvertUtils.cpp
  577     SourceLocation ArrowLoc = Lexer::getLocForEndOfToken(
tools/clang/tools/extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp
  217       Lexer::getLocForEndOfToken(Expr->getEndLoc(), 0, SM, getLangOpts());
tools/clang/tools/extra/clang-tidy/modernize/UseDefaultMemberInitCheck.cpp
  251       Lexer::getLocForEndOfToken(Field->getSourceRange().getEnd(), 0,
  253   SourceLocation LParenEnd = Lexer::getLocForEndOfToken(
tools/clang/tools/extra/clang-tidy/modernize/UseEqualsDeleteCheck.cpp
   60     SourceLocation EndLoc = Lexer::getLocForEndOfToken(
tools/clang/tools/extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
  119     return Lexer::getLocForEndOfToken(ExceptionSpecRange.getEnd(), 0, SM,
  129       Lexer::getLocForEndOfToken(ClosingParen, 0, SM, LangOpts);
  458       Lexer::getLocForEndOfToken(ReturnTypeCVRange.getEnd(), 0, SM, LangOpts);
tools/clang/tools/extra/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
  200   auto EndLoc = Lexer::getLocForEndOfToken(CopyArgument.getLocation(), 0, SM,
tools/clang/tools/extra/clang-tidy/readability/BracesAroundStatementsCheck.cpp
   49     Loc = Lexer::getLocForEndOfToken(Loc, 0, SM, Context->getLangOpts());
   70   Loc = Lexer::getLocForEndOfToken(Loc, 0, SM, Context->getLangOpts());
   76       Loc = Lexer::getLocForEndOfToken(Loc, 0, SM, Context->getLangOpts());
   96         Lexer::getLocForEndOfToken(Loc, 0, SM, Context->getLangOpts());
  188       Lexer::getLocForEndOfToken(CondEndLoc, 0, SM, Context->getLangOpts());
  240       Lexer::getLocForEndOfToken(InitialLoc, 0, SM, Context->getLangOpts());
tools/clang/tools/extra/clang-tidy/readability/ImplicitBoolConversionCheck.cpp
  146   SourceLocation EndLoc = Lexer::getLocForEndOfToken(
  190     SourceLocation EndLoc = Lexer::getLocForEndOfToken(
tools/clang/tools/extra/clang-tidy/readability/RedundantDeclarationCheck.cpp
   74   SourceLocation EndLoc = Lexer::getLocForEndOfToken(
tools/clang/tools/extra/clang-tidy/readability/UniqueptrDeleteReleaseCheck.cpp
   53   SourceLocation AfterPtr = Lexer::getLocForEndOfToken(
tools/clang/tools/extra/clang-tidy/utils/FixItHintUtils.cpp
   23     AmpLocation = Lexer::getLocForEndOfToken(Token.getLocation(), 0,
tools/clang/tools/extra/clang-tidy/utils/LexerUtils.cpp
   89     Loc = Lexer::getLocForEndOfToken(Loc, 0, SM, LangOpts).getLocWithOffset(1);
tools/clang/tools/extra/clang-tidy/utils/NamespaceAliaser.cpp
   72         Lexer::getLocForEndOfToken(Function->getBody()->getBeginLoc(), 0,
tools/clang/tools/extra/clang-tidy/utils/UsingInserter.cpp
   42   SourceLocation InsertLoc = Lexer::getLocForEndOfToken(
tools/clang/tools/extra/clangd/Diagnostics.cpp
  140       SM, Lexer::getLocForEndOfToken(IncludeInMainFile, 0, SM, LangOpts));
tools/clang/tools/extra/clangd/FindSymbols.cpp
  150       SM, Lexer::getLocForEndOfToken(NameLoc, 0, SM, Ctx.getLangOpts()));
tools/clang/tools/extra/clangd/SourceCode.cpp
  239   SourceLocation End = Lexer::getLocForEndOfToken(TokLoc, 0, SM, LangOpts);
tools/clang/tools/extra/clangd/XRefs.cpp
  741     EndLoc = Lexer::getLocForEndOfToken(EndLoc, 0, SM,
 1053       SM, Lexer::getLocForEndOfToken(NameLoc, 0, SM, Ctx.getLangOpts()));
tools/lldb/tools/lldb-instr/Instrument.cpp
  241     SourceLocation InsertLoc = Lexer::getLocForEndOfToken(