Home | History | Annotate | Download | only in Sema

Lines Matching refs:getAs

295     if (const PointerType *Pointer = T->getAs<PointerType>())
297 if (const RecordType *RecordTy = T->getAs<RecordType>())
1182 FunTy = PointeeTy->getAs<FunctionType>();
1184 FunTy = ExprTy->getAs<FunctionType>();