Searched refs:typedefType (Results 1 – 4 of 4) sorted by relevance
333 REGISTER_MATCHER(typedefType); in RegistryMaps()
3533 if (const TypedefType *typedefType = dyn_cast<TypedefType>(this)) in isObjCNSObjectType() local3534 return typedefType->getDecl()->hasAttr<ObjCNSObjectAttr>(); in isObjCNSObjectType()3538 if (const TypedefType *typedefType = dyn_cast<TypedefType>(this)) in isObjCIndependentClassType() local3539 return typedefType->getDecl()->hasAttr<ObjCIndependentClassAttr>(); in isObjCIndependentClassType()
3758 AST_TYPE_MATCHER(TypedefType, typedefType);
5480 if (auto typedefType = desugared->getAs<TypedefType>()) { in checkNullabilityTypeSpecifier() local5481 TypedefNameDecl *typedefDecl = typedefType->getDecl(); in checkNullabilityTypeSpecifier()