Home | History | Annotate | Download | only in AST

Lines Matching defs:SrcType

648   QualType SrcType = getSubExpr()->getType();
651 if (const PointerType *SrcPTy = SrcType->getAs<PointerType>()) {
652 SrcType = SrcPTy->getPointeeType();
660 cast<CXXRecordDecl>(SrcType->castAs<RecordType>()->getDecl());