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

References

tools/clang/lib/Sema/SemaDeclCXX.cpp
 4512     = InitializedEntity::InitializeBase(SemaRef.Context, BaseSpec,
 4522     InitializationSequence InitSeq(SemaRef, InitEntity, InitKind, None);
 4523     BaseInit = InitSeq.Perform(SemaRef, InitEntity, InitKind, None);
 4534       DeclRefExpr::Create(SemaRef.Context, NestedNameSpecifierLoc(),
 4539     SemaRef.MarkDeclRefReferenced(cast<DeclRefExpr>(CopyCtorArg));
 4543       SemaRef.Context.getQualifiedType(BaseSpec->getType().getUnqualifiedType(),
 4547       CopyCtorArg = CastForMoving(SemaRef, CopyCtorArg);
 4552     CopyCtorArg = SemaRef.ImpCastExprToType(CopyCtorArg, ArgTy,
 4560     InitializationSequence InitSeq(SemaRef, InitEntity, InitKind, CopyCtorArg);
 4561     BaseInit = InitSeq.Perform(SemaRef, InitEntity, InitKind, CopyCtorArg);
 4566   BaseInit = SemaRef.MaybeCreateExprWithCleanups(BaseInit);
 4571     new (SemaRef.Context) CXXCtorInitializer(SemaRef.Context,
 4571     new (SemaRef.Context) CXXCtorInitializer(SemaRef.Context,
 4572                SemaRef.Context.getTrivialTypeSourceInfo(BaseSpec->getType(),