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

References

tools/clang/include/clang/AST/TypeLoc.h
  564       BuiltinRange.setBegin(std::min(Range.getBegin(), BuiltinRange.getBegin()));
tools/clang/include/clang/Basic/SourceLocation.h
  268   void setBegin(SourceLocation b) { Range.setBegin(b); }
tools/clang/include/clang/Sema/DeclSpec.h
   70   void setBeginLoc(SourceLocation Loc) { Range.setBegin(Loc); }
  202       Range.setBegin(R.getBegin());
  629   void SetRangeStart(SourceLocation Loc) { Range.setBegin(Loc); }
 1908       Range.setBegin(Loc);
 1921       Range.setBegin(SR.getBegin());
tools/clang/include/clang/Sema/TypoCorrection.h
  223       CorrectionRange.setBegin(SS->getBeginLoc());
tools/clang/lib/ARCMigrate/TransRetainReleaseDealloc.cpp
  383       RecRange.setBegin(SM.getImmediateSpellingLoc(RecRange.getBegin()));
tools/clang/lib/Format/SortJavaScriptImports.cpp
  298       Reference.Range.setBegin(Start);
  418       Symbol.Range.setBegin(
tools/clang/lib/Lex/PPDirectives.cpp
   87   Res.setBegin(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);
   67   void setBegin(SourceLocation L) { Range.setBegin(L); }
tools/clang/lib/Parse/ParseDeclCXX.cpp
 1641         Range.setBegin(SS.getBeginLoc());
 3731   SpecificationRange.setBegin(ConsumeToken());
tools/clang/lib/Parse/ParseExprCXX.cpp
   58   Range.setBegin(DigraphToken.getLocation());
  825   Intro.Range.setBegin(T.getOpenLocation());
tools/clang/lib/Parse/ParseObjc.cpp
  678       AtEnd.setBegin(AtLoc);
  789     AtEnd.setBegin(Tok.getLocation());
tools/clang/lib/Parse/ParseTemplate.cpp
 1436     R.setBegin(ExternLoc);
tools/clang/lib/Sema/DeclSpec.cpp
   50     Range.setBegin(TL.getBeginLoc());
   63     Range.setBegin(IdentifierLoc);
   76     Range.setBegin(NamespaceLoc);
   89     Range.setBegin(AliasLoc);
  111   Range.setBegin(SuperLoc);
  672     TSWRange.setBegin(Loc);
tools/clang/lib/Sema/SemaCXXScopeSpec.cpp
  946       R.setBegin(SS.getRange().getBegin());
tools/clang/lib/Sema/SemaDeclCXX.cpp
 8885   R.setBegin(Before.getBegin());
 8894     R.setBegin(After.getBegin());
tools/clang/lib/Sema/SemaExprMember.cpp
  202   if (SS.isSet()) Range.setBegin(SS.getRange().getBegin());
tools/clang/lib/Sema/SemaInit.cpp
 8956     R.setBegin(S.getLocForEndOfToken(R.getBegin()));
tools/clang/lib/Sema/SemaOpenMP.cpp
13141     ReductionIdRange.setBegin(ReductionIdScopeSpec.getBeginLoc());
13143     ReductionIdRange.setBegin(ReductionId.getBeginLoc());
tools/clang/lib/Sema/SemaTemplateVariadic.cpp
  557         R.setBegin(Arg.getScopeSpec().getBeginLoc());
tools/clang/lib/Serialization/ASTReader.cpp
 7037     range.setBegin(ReadSourceLocation());
tools/clang/lib/Tooling/Refactoring/Rename/SymbolOccurrences.cpp
   29   RangeOrNumRanges.setBegin(
tools/clang/tools/extra/clang-move/Move.cpp
  322       Full.setBegin(Comment->getBeginLoc());
tools/clang/tools/extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
  285   ReturnTypeRange.setBegin(expandIfMacroId(ReturnTypeRange.getBegin(), SM));
  298         ReturnTypeRange.setBegin(Tokens[J].T.getLocation());
tools/clang/tools/extra/clang-tidy/readability/IdentifierNamingCheck.cpp
  741     Range.setBegin(CharSourceRange::getTokenRange(Range).getEnd());
tools/clang/tools/extra/clang-tidy/readability/UppercaseLiteralSuffixCheck.cpp
  161   Range->setBegin(Range->getBegin().getLocWithOffset(Skip));
tools/clang/tools/extra/clangd/refactor/tweaks/ExtractFunction.cpp
  206     SR.setBegin(BeginFileRange->getBegin());
tools/clang/tools/libclang/CIndex.cpp
 6067         R.setBegin(VD->getLocation());
 6097       R.setBegin(StartLoc);
 6106         R.setBegin(VD->getLocation());
 7549   RegionOfInterest.setBegin(
 7566       RegionOfInterest.setBegin(SM.getExpansionLoc(Loc));