Lines Matching refs:getAs
327 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType()
346 if (const EnumType *ETy = argTy->getAs<EnumType>()) { in matchesType()
354 if (const BuiltinType *BT = argTy->getAs<BuiltinType>()) in matchesType()
369 if (const EnumType *ETy = argTy->getAs<EnumType>()) { in matchesType()
382 if (const BuiltinType *BT = argTy->getAs<BuiltinType>()) in matchesType()
416 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType()
420 if (const BuiltinType *BT = pointeeTy->getAs<BuiltinType>()) in matchesType()
435 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType()
474 if (argTy->getAs<ObjCObjectPointerType>() || in matchesType()
475 argTy->getAs<BlockPointerType>()) in matchesType()
479 if (const PointerType *PT = argTy->getAs<PointerType>()) { in matchesType()