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

References

tools/clang/include/clang/Sema/Overload.h
 1124     Info.ConstructorTmpl = dyn_cast<FunctionTemplateDecl>(D);
 1125     if (Info.ConstructorTmpl)
 1126       D = Info.ConstructorTmpl->getTemplatedDecl();
 1127     Info.Constructor = dyn_cast<CXXConstructorDecl>(D);
 1128     return Info;