Searched refs:typedefType (Results 1 – 4 of 4) sorted by relevance
384 REGISTER_MATCHER(typedefType); in RegistryMaps()
2350 if (const TypedefType *typedefType = dyn_cast<TypedefType>(this)) in isObjCNSObjectType() local2351 return typedefType->getDecl()->hasAttr<ObjCNSObjectAttr>(); in isObjCNSObjectType()
870 hasType(typedefType(hasDeclaration(decl())))))); in TEST()3766 hasType(typedefType())))); in TEST()3830 elaboratedType(elaboratedType(namesType(typedefType()))))); in TEST()
3248 AST_TYPE_MATCHER(TypedefType, typedefType);