Searched refs:typedefType (Results 1 – 6 of 6) sorted by relevance
202 typedefType(hasDeclaration(anyOf( in checkASTCodeBody()243 qualType(typedefType(hasDeclaration( in checkASTCodeBody()256 unless(typedefType(hasDeclaration( in checkASTCodeBody()
552 REGISTER_MATCHER(typedefType); in RegistryMaps()
4260 if (const auto *typedefType = dyn_cast<TypedefType>(cur)) in isObjCNSObjectType() local4261 return typedefType->getDecl()->hasAttr<ObjCNSObjectAttr>(); in isObjCNSObjectType()4271 if (const auto *typedefType = dyn_cast<TypedefType>(this)) in isObjCIndependentClassType() local4272 return typedefType->getDecl()->hasAttr<ObjCIndependentClassAttr>(); in isObjCIndependentClassType()
1040 const AstTypeMatcher<TypedefType> typedefType; variable
6776 extern const AstTypeMatcher<TypedefType> typedefType;
7164 if (auto typedefType = desugared->getAs<TypedefType>()) { in checkNullabilityTypeSpecifier() local7165 TypedefNameDecl *typedefDecl = typedefType->getDecl(); in checkNullabilityTypeSpecifier()