Searched refs:typedefType (Results 1 – 5 of 5) 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()
592 REGISTER_MATCHER(typedefType); in RegistryMaps()
4685 if (const auto *typedefType = getAs<TypedefType>()) in isObjCNSObjectType() local4686 return typedefType->getDecl()->hasAttr<ObjCNSObjectAttr>(); in isObjCNSObjectType()4691 if (const auto *typedefType = getAs<TypedefType>()) in isObjCIndependentClassType() local4692 return typedefType->getDecl()->hasAttr<ObjCIndependentClassAttr>(); in isObjCIndependentClassType()
1069 const AstTypeMatcher<TypedefType> typedefType; variable
7416 extern const AstTypeMatcher<TypedefType> typedefType;