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()
596 REGISTER_MATCHER(typedefType); in RegistryMaps()
5179 if (const auto *typedefType = getAs<TypedefType>()) in isObjCNSObjectType() local5180 return typedefType->getDecl()->hasAttr<ObjCNSObjectAttr>(); in isObjCNSObjectType()5185 if (const auto *typedefType = getAs<TypedefType>()) in isObjCIndependentClassType() local5186 return typedefType->getDecl()->hasAttr<ObjCIndependentClassAttr>(); in isObjCIndependentClassType()
1100 const AstTypeMatcher<TypedefType> typedefType; variable
7495 extern const AstTypeMatcher<TypedefType> typedefType;