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

References

tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 2386       return Context.getCanonicalType(X.getAsType()) ==
 2387              Context.getCanonicalType(Y.getAsType());
 2393       return Context.hasSameType(X.getNullPtrType(), Y.getNullPtrType());
 2397       return Context.getCanonicalTemplateName(
 2399              Context.getCanonicalTemplateName(
 2407       X.getAsExpr()->Profile(XID, Context, true);
 2408       Y.getAsExpr()->Profile(YID, Context, true);
 2420         if (!isSameTemplateArg(Context, *XP, *YP, PackExpansionMatchesPack))