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

References

tools/clang/lib/Sema/SemaOverload.cpp
 6741         *this, CandidateSet.getLocation(), ObjectType, ObjectClassification,
 6828   TemplateDeductionInfo Info(CandidateSet.getLocation());
 6893   TemplateDeductionInfo Info(CandidateSet.getLocation());
 6970         *this, CandidateSet.getLocation(), ObjectType, ObjectClassification,
 7106       *this, CandidateSet.getLocation(), From->getType(),
 7122       IsDerivedFrom(CandidateSet.getLocation(), FromCanon, ToCanon)) {
 7242   TemplateDeductionInfo Info(CandidateSet.getLocation());
 7299       *this, CandidateSet.getLocation(), Object->getType(),
 8852         if (C1 != C2 && !S.IsDerivedFrom(CandidateSet.getLocation(), C1, C2))