Lines Matching defs:QT
69 QualType QT) {
86 !cocoa::isCocoaObjectRef(QT))
110 QualType QT) {
111 if (auto Out = hasAnyEnabledAttrOf<T1>(D, QT))
113 return hasAnyEnabledAttrOf<T2, Others...>(D, QT);
165 static bool isOSObjectPtr(QualType QT) {
166 return isOSObjectSubclass(QT->getPointeeCXXRecordDecl());
220 RetainSummaryManager::isKnownSmartPointer(QualType QT) {
221 QT = QT.getCanonicalType();
222 const auto *RD = QT->getAsCXXRecordDecl();
633 QualType QT = (*pi)->getType();
641 if (isISLObjectRef(QT)) {
643 } else if (isOSObjectPtr(QT)) {
645 } else if (cocoa::isCocoaObjectRef(QT)) {
647 } else if (coreFoundation::isCFObjectRef(QT)) {
884 /// \return Whether the chain of typedefs starting from @c QT
886 static bool hasTypedefNamed(QualType QT,
888 while (auto *T = dyn_cast<TypedefType>(QT)) {
892 QT = T->getDecl()->getUnderlyingType();
910 QualType QT = pd->getType();
913 GeneralizedConsumedAttr>(pd, QT)) {
919 GeneralizedReturnsRetainedAttr>(pd, QT)) {
924 QualType QT = getCallableReturnType(FD);
935 (hasTypedefNamed(QT, "kern_return_t") && !HasRetainedOnNonZero);
936 bool ShouldSplit = !QT.isNull() && !QT->isVoidType();
954 pd, QT)) {