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

References

tools/clang/lib/Sema/SemaInit.cpp
 6257   assert(S.getLangOpts().CPlusPlus11);
 6264   if (S.Diags.isIgnored(diag::warn_cxx98_compat_temp_copy, Loc))
 6270       S.LookupConstructors(cast<CXXRecordDecl>(Record->getDecl()));
 6275       S, Loc, CurInitExpr, CandidateSet, CurInitExpr->getType(), Ctors, Best,
 6280   PartialDiagnostic Diag = S.PDiag(diag::warn_cxx98_compat_temp_copy)
 6286     S.CheckConstructorAccess(Loc, cast<CXXConstructorDecl>(Best->Function),
 6292     CandidateSet.NoteCandidates(PartialDiagnosticAt(Loc, Diag), S,
 6297     CandidateSet.NoteCandidates(PartialDiagnosticAt(Loc, Diag), S,
 6302     S.Diag(Loc, Diag);
 6303     S.NoteDeletedFunction(Best->Function);