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()
4255 if (const auto *typedefType = dyn_cast<TypedefType>(cur)) in isObjCNSObjectType() local4256 return typedefType->getDecl()->hasAttr<ObjCNSObjectAttr>(); in isObjCNSObjectType()4266 if (const auto *typedefType = dyn_cast<TypedefType>(this)) in isObjCIndependentClassType() local4267 return typedefType->getDecl()->hasAttr<ObjCIndependentClassAttr>(); in isObjCIndependentClassType()
1039 const AstTypeMatcher<TypedefType> typedefType; variable
6764 extern const AstTypeMatcher<TypedefType> typedefType;
7131 if (auto typedefType = desugared->getAs<TypedefType>()) { in checkNullabilityTypeSpecifier() local7132 TypedefNameDecl *typedefDecl = typedefType->getDecl(); in checkNullabilityTypeSpecifier()