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

References

tools/clang/include/clang/AST/Comment.h
  486         Range.setEnd(L);
  488         Range.setEnd(Attr.getNameLocEnd());
  494     Range.setEnd(GreaterLoc);
tools/clang/include/clang/AST/TypeLoc.h
  565       BuiltinRange.setEnd(std::max(Range.getEnd(), BuiltinRange.getEnd()));
 1731     range.setEnd(getAttrOperandParensRange().getEnd());
tools/clang/include/clang/Basic/SourceLocation.h
  269   void setEnd(SourceLocation e) { Range.setEnd(e); }
tools/clang/include/clang/Sema/DeclSpec.h
   71   void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); }
  203     Range.setEnd(R.getEnd());
  630   void SetRangeEnd(SourceLocation Loc) { Range.setEnd(Loc); }
 1913       Range.setEnd(Loc);
 1923       Range.setEnd(SR.getEnd());
tools/clang/lib/ARCMigrate/TransRetainReleaseDealloc.cpp
  385       RecRange.setEnd(SM.getImmediateSpellingLoc(RecRange.getEnd()));
tools/clang/lib/AST/ExprCXX.cpp
  236     this->Range.setEnd(DirectInitRange.getEnd());
  239     this->Range.setEnd(getInitializer()->getSourceRange().getEnd());
  243       this->Range.setEnd(TypeIdParens.getEnd());
tools/clang/lib/Format/SortJavaScriptImports.cpp
  171     InsertionPoint.setEnd(References[References.size() - 1].Range.getEnd());
  306       Reference.Range.setEnd(LineEnd->Tok.getEndLoc());
  429       Symbol.Range.setEnd(Current->Tok.getLocation());
tools/clang/lib/Lex/PPDirectives.cpp
   92   Res.setEnd(Tmp.getLocation());
tools/clang/lib/Lex/PPExpressions.cpp
   63   void setRange(SourceLocation L) { Range.setBegin(L); Range.setEnd(L); }
   65     Range.setBegin(B); Range.setEnd(E);
   68   void setEnd(SourceLocation L) { Range.setEnd(L); }
tools/clang/lib/Parse/ParseDeclCXX.cpp
 3632     SpecificationRange.setEnd(ConsumeParen()); // '('
 3637     SpecificationRange.setEnd(ExceptionSpecTokens->back().getLocation());
 3735     SpecificationRange.setEnd(SpecificationRange.getBegin());
 3746     SpecificationRange.setEnd(T.getCloseLocation());
 3761       Range.setEnd(Ellipsis);
 3776   SpecificationRange.setEnd(T.getCloseLocation());
tools/clang/lib/Parse/ParseExprCXX.cpp
   59   Range.setEnd(ColonToken.getLocation());
 1136   Intro.Range.setEnd(T.getCloseLocation());
tools/clang/lib/Parse/ParseObjc.cpp
  679       AtEnd.setEnd(Tok.getLocation());
  790     AtEnd.setEnd(Tok.getLocation());
tools/clang/lib/Parse/ParsePragma.cpp
 1387     FixItRange.setEnd(PRef.getCurToken().getLocation());
tools/clang/lib/Sema/DeclSpec.cpp
   51   Range.setEnd(ColonColonLoc);
   64   Range.setEnd(ColonColonLoc);
   77   Range.setEnd(ColonColonLoc);
   90   Range.setEnd(ColonColonLoc);
  112   Range.setEnd(ColonColonLoc);
  289   Range.setEnd(RSquareLoc);
  678   TSWRange.setEnd(Loc);
tools/clang/lib/Sema/SemaDeclCXX.cpp
 8887     R.setEnd(Before.getEnd());
 8895   R.setEnd(After.getEnd());
tools/clang/lib/Sema/SemaOpenMP.cpp
13144   ReductionIdRange.setEnd(ReductionId.getEndLoc());
tools/clang/lib/Serialization/ASTReader.cpp
 7038     range.setEnd(ReadSourceLocation());
tools/clang/lib/Tooling/Refactoring/Extract/SourceExtraction.cpp
  106     ExtractedRange.setEnd(NextToken->getLocation());
tools/clang/tools/extra/clang-move/Move.cpp
  318       Full.setEnd(Comment->getEndLoc());
tools/clang/tools/extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
  286   ReturnTypeRange.setEnd(expandIfMacroId(ReturnTypeRange.getEnd(), SM));
  305         ReturnTypeRange.setEnd(Tokens[J].T.getLocation());
tools/clang/tools/extra/clang-tidy/utils/IncludeSorter.cpp
  251         CurrentRange.setEnd(EditRange.getEnd());
tools/clang/tools/extra/clangd/SourceCode.cpp
  560   Result.setEnd(Result.getEnd().getLocWithOffset(TokLen));
tools/clang/tools/extra/clangd/refactor/tweaks/ExtractFunction.cpp
  211     SR.setEnd(EndFileRange->getEnd());
  579   ExtZone.ZoneRange.setEnd(FuncBodyRange.getEnd().getLocWithOffset(1));
tools/clang/tools/libclang/CIndex.cpp
 7551   RegionOfInterest.setEnd(