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

References

tools/clang/lib/Sema/SemaInit.cpp
 6131       S, Loc, CurInitExpr, CandidateSet, T, Ctors, Best,
 6164     S.NoteDeletedFunction(Best->Function);
 6170   CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(Best->Function);
 6174   S.CheckConstructorAccess(Loc, Constructor, Best->FoundDecl, Entity,
 6231           Best->Function->getParamDecl(0)->getType().getNonReferenceType(),
 6235   CurInit = S.BuildCXXConstructExpr(Loc, T, Best->FoundDecl, Constructor,