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

References

tools/clang/lib/Sema/SemaInit.cpp
 5153     if (S.isCompleteType(Kind.getLocation(), DestType)) {
 5154       for (NamedDecl *D : S.LookupConstructors(DestRecordDecl)) {
 5162             S.AddTemplateOverloadCandidate(
 5168             S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl,
 5185     if (S.isCompleteType(DeclLoc, SourceType)) {
 5206             S.AddTemplateConversionCandidate(
 5210             S.AddConversionCandidate(Conv, I.getPair(), ActingDC, Initializer,
 5221         = CandidateSet.BestViableFunction(S, DeclLoc, Best)) {
 5257     if (!S.getLangOpts().CPlusPlus17)
 5279     if (!S.getLangOpts().CPlusPlus17 ||
 5281         !S.Context.hasSameUnqualifiedType(ConvType, DestType))
 5283     else if (!S.Context.hasSameType(ConvType, DestType))