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

References

tools/clang/lib/Sema/SemaAccess.cpp
 1869       CheckAccess(*this, R.getNameLoc(), Entity);
tools/clang/lib/Sema/SemaCXXScopeSpec.cpp
  606       Diag(R.getNameLoc(), OnlyNamespace
  641                        SourceRange(Found.getNameLoc()));
tools/clang/lib/Sema/SemaDecl.cpp
 7215   return !Diags.isIgnored(diag::warn_decl_shadow, R.getNameLoc());
 7351   if (getSourceManager().isInSystemMacro(R.getNameLoc()))
 7354   Diag(R.getNameLoc(), WarningDiag) << Name << Kind << OldDC;
tools/clang/lib/Sema/SemaExpr.cpp
 1966           Diag(R.getNameLoc(), diagnostic) << Name
 1967             << FixItHint::CreateInsertion(R.getNameLoc(), "this->");
 1968           CheckCXXThisCapture(R.getNameLoc());
 1970           Diag(R.getNameLoc(), diagnostic) << Name;
 1982           Diag(R.getNameLoc(), diag::err_member_call_without_object);
 1999     SourceLocation TypoLoc = R.getNameLoc();
 2024         OverloadCandidateSet OCS(R.getNameLoc(),
 2038         switch (OCS.BestViableFunction(*this, R.getNameLoc(), Best)) {
 2101     Diag(R.getNameLoc(), diag::err_no_member)
 2108   Diag(R.getNameLoc(), diagnostic) << Name;
 2493   SourceLocation Loc = Lookup.getNameLoc();
 2636     return BuildIvarRefExpr(S, Lookup.getNameLoc(),
 2922       CheckDeclInExpr(*this, R.getNameLoc(), R.getFoundDecl()))
tools/clang/lib/Sema/SemaExprCXX.cpp
 2226   OverloadCandidateSet Candidates(R.getNameLoc(),
 2249   switch (Candidates.BestViableFunction(S, R.getNameLoc(), Best)) {
 2253     if (S.CheckAllocationAccess(R.getNameLoc(), Range, R.getNamingClass(),
 2293       PartialDiagnosticAt PD(R.getNameLoc(), S.PDiag(diag::err_ovl_no_viable_function_in_call)
 2310                                           R.getNameLoc(), IsAligned);
 2312         Candidates.NoteCandidates(PD, S, OCD_AllCandidates, Args, "", R.getNameLoc(),
 2323           PartialDiagnosticAt(R.getNameLoc(),
 2333           PartialDiagnosticAt(R.getNameLoc(),
 3459   OverloadCandidateSet Candidates(R.getNameLoc(),
 3484   switch (Candidates.BestViableFunction(S, R.getNameLoc(), Best)) {
 3492       S.Diag(R.getNameLoc(), diag::err_builtin_operator_new_delete_not_usual)
 3505         PartialDiagnosticAt(R.getNameLoc(),
 3513         PartialDiagnosticAt(R.getNameLoc(),
 3521         PartialDiagnosticAt(R.getNameLoc(), S.PDiag(diag::err_ovl_deleted_call)
tools/clang/lib/Sema/SemaExprMember.cpp
  251     Diag(R.getNameLoc(), diag::warn_cxx98_compat_non_static_member_use)
  680       SemaRef.Diag(R.getNameLoc(), diag::err_qualified_member_nonclass)
  693   SourceLocation TypoLoc = R.getNameLoc();
 1036     Diag(R.getNameLoc(), diag::err_no_member)
 1106     SourceLocation Loc = R.getNameLoc();
 1261   SourceLocation MemberLoc = R.getNameLoc();
 1841   SourceLocation loc = R.getNameLoc();
 1851     SourceLocation Loc = R.getNameLoc();
tools/clang/lib/Sema/SemaLookup.cpp
  617         getNameLoc(), HasNonFunction, EquivalentNonFunctions);
  789     SourceLocation Loc = LR.getNameLoc();
  870                                                R.getNameLoc())) {
 1004     DeclareImplicitMemberFunctionsWithName(S, R.getLookupName(), R.getNameLoc(),
 1069     TemplateDeductionInfo Info(R.getNameLoc());
 1227         DeclareImplicitMemberFunctionsWithName(*this, Name, R.getNameLoc(), DC);
 2540   SourceLocation NameLoc = Result.getNameLoc();
 3466     Diag(R.getNameLoc(), diag::err_ovl_ambiguous_call) << R.getLookupName();
 3483     Diag(R.getNameLoc(), diag::err_ovl_no_viable_literal_operator)
 3978                                     Result.getNameLoc(),
tools/clang/lib/Sema/SemaOverload.cpp
12160       SemaRef.Diag(R.getNameLoc(), diag::err_not_found_by_two_phase_lookup)
14017         PartialDiagnosticAt(R.getNameLoc(), PDiag(diag::err_ovl_ambiguous_call)
tools/clang/lib/Sema/SemaTemplate.cpp
  501       Diag(Found.getNameLoc(), diag::err_template_kw_refers_to_non_template)
  520     LookupResult FoundOuter(*this, Found.getLookupName(), Found.getNameLoc(),
  546         Diag(Found.getNameLoc(),
 3439     Diag(R.getNameLoc(), diag::err_no_template) << R.getLookupName();
 4287       diagnoseMissingTemplateArguments(TemplateName(TD), R.getNameLoc());