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

References

tools/clang/lib/Sema/SemaTemplate.cpp
 5865       S.IsQualificationConversion(ArgType, ParamType, false,
 5885           S.Diag(Arg->getBeginLoc(),
 5888           S.Diag(Param->getLocation(), diag::note_template_param_here);
 5897     if (!S.Context.hasSameUnqualifiedType(ArgType,
 5901         S.Diag(Arg->getBeginLoc(), diag::err_template_arg_no_ref_bind)
 5904         S.Diag(Arg->getBeginLoc(), diag::err_template_arg_not_convertible)
 5906       S.Diag(Param->getLocation(), diag::note_template_param_here);