Searched refs:SrcPointee (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaCast.cpp578 QualType SrcPointee; local
581 SrcPointee = SrcPointer->getPointeeType();
592 SrcPointee = SrcType;
594 SrcPointee = SrcType;
597 const RecordType *SrcRecord = SrcPointee->getAs<RecordType>();
599 if (Self.RequireCompleteType(OpRange.getBegin(), SrcPointee,
605 << SrcPointee.getUnqualifiedType() << SrcExpr.get()->getSourceRange();
616 if (!DestPointee.isAtLeastAsQualifiedAs(SrcPointee)) {
631 if (DestRecord && Self.IsDerivedFrom(SrcPointee, DestPointee)) {
632 if (Self.CheckDerivedToBaseConversion(SrcPointee, DestPointe
902 QualType SrcPointee = SrcPointer->getPointeeType(); local
[all...]
H A DSemaChecking.cpp4518 QualType SrcPointee = SrcPtr->getPointeeType();
4524 if (SrcPointee->isIncompleteType()) return;
4526 CharUnits SrcAlign = Context.getTypeAlignInChars(SrcPointee);

Completed in 65 milliseconds