Lines Matching refs:getAs
263 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType()
282 if (const EnumType *ETy = argTy->getAs<EnumType>()) in matchesType()
285 if (const BuiltinType *BT = argTy->getAs<BuiltinType>()) in matchesType()
299 if (const EnumType *ETy = argTy->getAs<EnumType>()) in matchesType()
306 if (const BuiltinType *BT = argTy->getAs<BuiltinType>()) in matchesType()
337 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType()
341 if (const BuiltinType *BT = pointeeTy->getAs<BuiltinType>()) in matchesType()
357 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType()
394 if (argTy->getAs<ObjCObjectPointerType>() || in matchesType()
395 argTy->getAs<BlockPointerType>()) in matchesType()
399 if (const PointerType *PT = argTy->getAs<PointerType>()) { in matchesType()