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

References

tools/clang/lib/Sema/SemaOverload.cpp
 3264     if (!Info)
 3267     bool Usable = !Info.Constructor->isInvalidDecl() &&
 3268                   S.isInitListConstructor(Info.Constructor) &&
 3269                   (AllowExplicit || !Info.Constructor->isExplicit());
 3274           S.Context, Info.Constructor, ToType);
 3275       if (Info.ConstructorTmpl)
 3276         S.AddTemplateOverloadCandidate(Info.ConstructorTmpl, Info.FoundDecl,
 3276         S.AddTemplateOverloadCandidate(Info.ConstructorTmpl, Info.FoundDecl,
 3282         S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl, From,
 3282         S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl, From,