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

References

tools/clang/lib/Sema/SemaInit.cpp
 4002   if (!S.isCompleteType(Kind.getLocation(), DestType)) {
 4003     Sequence.setIncompleteTypeFailure(DestType);
 4022       S.Context.hasSameUnqualifiedType(UnwrappedArgs[0]->getType(), DestType)) {
 4024     Sequence.AddQualificationConversionStep(DestType, VK_RValue);
 4026       Sequence.RewrapReferenceInitList(DestType, ILE);
 4030   const RecordType *DestRecordType = DestType->getAs<RecordType>();
 4069                                           CandidateSet, DestType, Ctors, Best,
 4083                                         CandidateSet, DestType, Ctors, Best,
 4103     assert(S.Context.hasSameUnqualifiedType(ConvType, DestType) &&
 4107     if (!S.Context.hasSameType(ConvType, DestType))
 4108       Sequence.AddQualificationConversionStep(DestType, VK_RValue);