Searched refs:typedefType (Results 1 – 5 of 5) sorted by relevance
363 REGISTER_MATCHER(typedefType); in RegistryMaps()
3690 if (const TypedefType *typedefType = dyn_cast<TypedefType>(this)) in isObjCNSObjectType() local3691 return typedefType->getDecl()->hasAttr<ObjCNSObjectAttr>(); in isObjCNSObjectType()3695 if (const TypedefType *typedefType = dyn_cast<TypedefType>(this)) in isObjCIndependentClassType() local3696 return typedefType->getDecl()->hasAttr<ObjCIndependentClassAttr>(); in isObjCIndependentClassType()
1043 hasType(typedefType(hasDeclaration(decl())))))); in TEST()4421 hasType(typedefType())))); in TEST()4485 elaboratedType(elaboratedType(namesType(typedefType()))))); in TEST()
4132 AST_TYPE_MATCHER(TypedefType, typedefType);
5557 if (auto typedefType = desugared->getAs<TypedefType>()) { in checkNullabilityTypeSpecifier() local5558 TypedefNameDecl *typedefDecl = typedefType->getDecl(); in checkNullabilityTypeSpecifier()