Lines Matching refs:getAs
294 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType()
313 if (const EnumType *ETy = argTy->getAs<EnumType>()) in matchesType()
316 if (const BuiltinType *BT = argTy->getAs<BuiltinType>()) in matchesType()
330 if (const EnumType *ETy = argTy->getAs<EnumType>()) in matchesType()
337 if (const BuiltinType *BT = argTy->getAs<BuiltinType>()) in matchesType()
368 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType()
372 if (const BuiltinType *BT = pointeeTy->getAs<BuiltinType>()) in matchesType()
388 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType()
425 if (argTy->getAs<ObjCObjectPointerType>() || in matchesType()
426 argTy->getAs<BlockPointerType>()) in matchesType()
430 if (const PointerType *PT = argTy->getAs<PointerType>()) { in matchesType()