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

References

tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 5119   bool Better1 = isAtLeastAsSpecializedAs(*this, PT1, PT2, PS2, Info);
 5120   bool Better2 = isAtLeastAsSpecializedAs(*this, PT2, PT1, PS1, Info);
 5133   if (!isAtLeastAsSpecializedAs(*this, PartialT, PrimaryT, Primary, Info))
 5135   if (isAtLeastAsSpecializedAs(*this, PrimaryT, PartialT, Spec, Info)) {
 5159   bool Better1 = isAtLeastAsSpecializedAs(*this, PT1, PT2, PS2, Info);
 5160   bool Better2 = isAtLeastAsSpecializedAs(*this, PT2, PT1, PS1, Info);
 5183   if (!isAtLeastAsSpecializedAs(*this, PartialT, PrimaryT, Primary, Info))
 5185   if (isAtLeastAsSpecializedAs(*this, PrimaryT, PartialT, Spec, Info)) {
 5252   return isAtLeastAsSpecializedAs(*this, PType, AType, AArg, Info);