Searched refs:typedefType (Results 1 – 3 of 3) sorted by relevance
285 REGISTER_MATCHER(typedefType); in RegistryMaps()
2358 if (const TypedefType *typedefType = dyn_cast<TypedefType>(this)) in isObjCNSObjectType() local2359 return typedefType->getDecl()->hasAttr<ObjCNSObjectAttr>(); in isObjCNSObjectType()
3164 AST_TYPE_MATCHER(TypedefType, typedefType);