Home | History | Annotate | Download | only in Frontend

Lines Matching refs:retType

1053     QualType retType = T;
1055 if (const PointerType* PT = retType->getAs<PointerType>())
1057 else if (const BlockPointerType *BPT = retType->getAs<BlockPointerType>())