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

References

tools/clang/lib/Sema/SemaOverload.cpp
 3387         if (!Info)
 3390         bool Usable = !Info.Constructor->isInvalidDecl();
 3392           Usable = Usable && (AllowExplicit || !Info.Constructor->isExplicit());
 3395                    Info.Constructor->isConvertingConstructor(AllowExplicit);
 3404                   S.Context, Info.Constructor, ToType);
 3407           if (Info.ConstructorTmpl)
 3409                 Info.ConstructorTmpl, Info.FoundDecl,
 3409                 Info.ConstructorTmpl, Info.FoundDecl,
 3416             S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl,
 3416             S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl,