Lines Matching refs:getAs
333 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType()
352 if (const auto *ETy = argTy->getAs<EnumType>()) { in matchesType()
362 if (const auto *BT = argTy->getAs<BuiltinType>()) { in matchesType()
397 if (const EnumType *ETy = argTy->getAs<EnumType>()) { in matchesType()
414 if (const auto *BT = argTy->getAs<BuiltinType>()) { in matchesType()
524 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType()
528 if (const BuiltinType *BT = pointeeTy->getAs<BuiltinType>()) in matchesType()
543 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType()
582 if (argTy->getAs<ObjCObjectPointerType>() || in matchesType()
583 argTy->getAs<BlockPointerType>()) in matchesType()
587 if (const PointerType *PT = argTy->getAs<PointerType>()) { in matchesType()
1117 for (/**/; const auto *TT = QT->getAs<TypedefType>(); in namedTypeToLengthModifier()