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

References

tools/clang/include/clang/Sema/Overload.h
 1122     ConstructorInfo Info = {DeclAccessPair::make(ND, D->getAccess()), nullptr,
 1124     Info.ConstructorTmpl = dyn_cast<FunctionTemplateDecl>(D);
 1126       D = Info.ConstructorTmpl->getTemplatedDecl();
 1127     Info.Constructor = dyn_cast<CXXConstructorDecl>(D);