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

References

tools/clang/lib/Sema/SemaInit.cpp
 6366     = cast<CXXConstructorDecl>(Step.Function.Function);
 6367   bool HadMultipleCandidates = Step.Function.HadMultipleCandidates;
 6399                              getConstructorInfo(Step.Function.FoundDecl));
 6424             Step.Function.FoundDecl.getDecl())) {
 6460       CurInit = S.BuildCXXConstructExpr(Loc, Step.Type,
 6461                                         Step.Function.FoundDecl,
 6471       CurInit = S.BuildCXXConstructExpr(Loc, Step.Type,
 6472                                         Step.Function.FoundDecl,
 6486   S.CheckConstructorAccess(Loc, Constructor, Step.Function.FoundDecl, Entity);
 6487   if (S.DiagnoseUseOfDecl(Step.Function.FoundDecl, Loc))