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

References

tools/clang/lib/AST/DeclTemplate.cpp
  692   return hasDefaultArgument() ? getDefaultArgument().getLocation()
tools/clang/lib/Sema/SemaTemplate.cpp
 1308       Diag(DefaultArg.getLocation(), diag::err_template_arg_not_valid_template)
 1314     if (DiagnoseUnexpandedParameterPack(DefaultArg.getLocation(),
 2371         OldDefaultLoc = OldTemplateParm->getDefaultArgument().getLocation();
 2372         NewDefaultLoc = NewTemplateParm->getDefaultArgument().getLocation();
 2381           = OldTemplateParm->getDefaultArgument().getLocation();
 2385           = NewTemplateParm->getDefaultArgument().getLocation();
 3003       SemaRef.Diag(TemplateArgs[1].getLocation(),
 3013       SemaRef.Diag(TemplateArgs[2].getLocation(),
 3028           TA, ArgTy, TemplateArgs[2].getLocation()));
 3049       SemaRef.Diag(TemplateArgs[0].getLocation(),
 5031       Diag(Arg.getLocation(), diag::err_template_arg_must_be_expr)
 5121     Diag(Arg.getLocation(), diag::err_template_arg_must_be_template)
 5275         Diag(NewArgs[ArgIdx].getLocation(),
 5452         << SourceRange(NewArgs[ArgIdx].getLocation(), NewArgs.getRAngleLoc());
 6904     Diag(Arg.getLocation(), diag::err_template_arg_not_valid_template);
 6919             TPL_TemplateTemplateArgumentMatch, Arg.getLocation()))
 6923                                                           Arg.getLocation()))
 6932                                          Arg.getLocation());
 7749           Diag(TTP->getDefaultArgument().getLocation(),
tools/clang/lib/Sema/SemaTemplateVariadic.cpp
  488   return DiagnoseUnexpandedParameterPacks(Arg.getLocation(), UPPC, Unexpanded);
tools/clang/tools/extra/clang-tidy/modernize/UseTransparentFunctorsCheck.cpp
  122   SourceLocation ReportLoc = FunctorLoc.getLocation();
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/TemplateArgumentLocTraverser.cpp
   24     Match(Stream.str(), ArgLoc.getLocation());