Home | History | Annotate | Download | only in Sema

Lines Matching refs:SourceType

6372   const Type *SourceType = UD->getQualifier()->getAsType();
6373 assert(SourceType &&
6378 CanQualType CanonicalSourceType = SourceType->getCanonicalTypeUnqualified();
6390 // Did not find SourceType in the bases.
6394 << QualType(SourceType, 0) << TargetClass;