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

References

tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 2519         S.getTrivialTemplateArgumentLoc(Arg, QualType(), Info.getLocation());
 2522     return S.CheckTemplateArgument(
 2548         S.Diag(Param->getLocation(),
 2563       LocalInstantiationScope Scope(S);
 2568         Sema::InstantiatingTemplate Inst(S, Template->getLocation(), Template,
 2572             S.SubstType(NTTP->getType(), Args, NTTP->getLocation(),
 2576         Sema::InstantiatingTemplate Inst(S, Template->getLocation(), Template,
 2579         if (Inst.isInvalid() || !S.SubstDecl(TTP, S.CurContext, Args))
 2579         if (Inst.isInvalid() || !S.SubstDecl(TTP, S.CurContext, Args))
 2587         TemplateArgument::CreatePackCopy(S.Context, PackedArgsBuilder));