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

References

tools/clang/lib/Sema/SemaOverload.cpp
 3338   assert(AllowExplicit || !AllowObjCConversionOnExplicit);
 3371             S, From, ToType, ToRecordDecl, User, CandidateSet, AllowExplicit);
 3392           Usable = Usable && (AllowExplicit || !Info.Constructor->isExplicit());
 3395                    Info.Constructor->isConvertingConstructor(AllowExplicit);
 3412                 /*PartialOverloading*/ false, AllowExplicit);
 3419                                    /*PartialOverloading*/ false, AllowExplicit);
 3449         if (AllowExplicit || !Conv->isExplicit()) {
 3453                 CandidateSet, AllowObjCConversionOnExplicit, AllowExplicit);
 3457                 AllowObjCConversionOnExplicit, AllowExplicit);