Searched refs:typedefType (Results 1 – 4 of 4) sorted by relevance
200 expr(hasType(elaboratedType(namesType(typedefType( in checkASTCodeBody()242 typedefType(hasDeclaration(typedefDecl(hasName("BOOL"))))))) in checkASTCodeBody()255 unless(elaboratedType(namesType(typedefType(hasDeclaration( in checkASTCodeBody()
593 REGISTER_MATCHER(typedefType); in RegistryMaps()
4930 if (const auto *typedefType = getAs<TypedefType>()) in isObjCNSObjectType() local4931 return typedefType->getDecl()->hasAttr<ObjCNSObjectAttr>(); in isObjCNSObjectType()4936 if (const auto *typedefType = getAs<TypedefType>()) in isObjCIndependentClassType() local4937 return typedefType->getDecl()->hasAttr<ObjCIndependentClassAttr>(); in isObjCIndependentClassType()
7446 extern const AstTypeMatcher<TypedefType> typedefType;