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

References

tools/clang/include/clang/AST/DeclarationName.h
  802     return SourceRange(getBeginLoc(), getEndLoc());
  807     return EndLoc.isValid() ? EndLoc : getBeginLoc();
tools/clang/include/clang/AST/ExprCXX.h
 3119     return getNameInfo().getBeginLoc();
 3729     return MemberNameInfo.getBeginLoc();
 3898     return getMemberNameInfo().getBeginLoc();
tools/clang/lib/AST/Decl.cpp
 3347   SourceLocation Boundary = getNameInfo().getBeginLoc();
tools/clang/lib/AST/Expr.cpp
  601   return getNameInfo().getBeginLoc();
tools/clang/lib/Sema/SemaDeclCXX.cpp
14920       Diag(NameInfo.getBeginLoc(), diag::err_friend_def_in_local_class);
tools/clang/lib/Sema/SemaExprMember.cpp
  944                                      MemberNameInfo.getBeginLoc());
tools/clang/lib/Sema/SemaLookup.cpp
 4858                                            TypoName.getBeginLoc());
tools/clang/lib/Sema/SemaOpenMP.cpp
13143     ReductionIdRange.setBegin(ReductionId.getBeginLoc());
13296       S.Diag(ReductionId.getBeginLoc(),
13559           Stack->getCurScope(), ReductionId.getBeginLoc(), BOK, LHSDRE, RHSDRE);
13563               S.BuildBinOp(Stack->getCurScope(), ReductionId.getBeginLoc(),
13570               S.BuildBinOp(Stack->getCurScope(), ReductionId.getBeginLoc(),
13617           S.Diag(ReductionId.getBeginLoc(),
tools/clang/lib/Sema/SemaTemplate.cpp
  608     Diag(NameInfo.getBeginLoc(), diag::err_template_kw_missing)
 4308                                   R.getLookupNameInfo().getBeginLoc(),
tools/clang/tools/extra/clang-include-fixer/IncludeFixer.cpp
  270         CharSourceRange::getTokenRange(Typo.getBeginLoc(), Typo.getEndLoc());
tools/clang/tools/extra/clang-tidy/modernize/ReplaceAutoPtrCheck.cpp
  180     AutoPtrLoc = D->getNameInfo().getBeginLoc();
tools/clang/tools/extra/clang-tidy/modernize/UseUncaughtExceptionsCheck.cpp
   70     BeginLoc = U->getNameInfo().getBeginLoc();
tools/clang/tools/extra/clangd/IncludeFixer.cpp
  236       SM.getDecomposedLoc(Unresolved.getBeginLoc()).first, &Invalid);
  285             qualifiedByUnresolved(SM, Unresolved.getBeginLoc(), LangOpts)) {
  351     Unresolved.Loc = Typo.getBeginLoc();
tools/clang/unittests/Sema/ExternalSemaSourceTest.cpp
  123           NamespaceDecl::Create(Context, DestContext, false, Typo.getBeginLoc(),