Home | History | Annotate | Download | only in Analysis

Lines Matching refs:getAs

260     const PointerType *PT = argTy->getAs<PointerType>();
279 if (const EnumType *ETy = argTy->getAs<EnumType>())
282 if (const BuiltinType *BT = argTy->getAs<BuiltinType>())
296 if (const EnumType *ETy = argTy->getAs<EnumType>())
303 if (const BuiltinType *BT = argTy->getAs<BuiltinType>())
333 const PointerType *PT = argTy->getAs<PointerType>();
337 if (const BuiltinType *BT = pointeeTy->getAs<BuiltinType>())
353 const PointerType *PT = argTy->getAs<PointerType>();
384 if (argTy->getAs<ObjCObjectPointerType>() ||
385 argTy->getAs<BlockPointerType>())
389 if (const PointerType *PT = argTy->getAs<PointerType>()) {