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();
tools/clang/lib/Sema/SemaInit.cpp
 3902     if (Info.ConstructorTmpl)
 3904           Info.ConstructorTmpl, Info.FoundDecl,
 4511         if (Info.ConstructorTmpl)
 4513               Info.ConstructorTmpl, Info.FoundDecl,
 5161           if (Info.ConstructorTmpl)
 5163                 Info.ConstructorTmpl, Info.FoundDecl,
tools/clang/lib/Sema/SemaLookup.cpp
 3239             CtorInfo.ConstructorTmpl, CtorInfo.FoundDecl, nullptr,
tools/clang/lib/Sema/SemaOverload.cpp
 3275       if (Info.ConstructorTmpl)
 3276         S.AddTemplateOverloadCandidate(Info.ConstructorTmpl, Info.FoundDecl,
 3407           if (Info.ConstructorTmpl)
 3409                 Info.ConstructorTmpl, Info.FoundDecl,