Home | History | Annotate | Download | only in AST

Lines Matching defs:SrcType

551   QualType SrcType = getSubExpr()->getType();
554 if (const PointerType *SrcPTy = SrcType->getAs<PointerType>()) {
555 SrcType = SrcPTy->getPointeeType();
560 cast<CXXRecordDecl>(SrcType->castAs<RecordType>()->getDecl());