Searched refs:typedefType (Results 1 – 7 of 7) sorted by relevance
615 const TypedefType* typedefType = in CreateEdgeFromOriginalType() local617 std::string typeName = typedefType->getDecl()->getNameAsString(); in CreateEdgeFromOriginalType()
403 REGISTER_MATCHER(typedefType); in RegistryMaps()
3690 if (const TypedefType *typedefType = dyn_cast<TypedefType>(this)) in isObjCNSObjectType() local3691 return typedefType->getDecl()->hasAttr<ObjCNSObjectAttr>(); in isObjCNSObjectType()3695 if (const TypedefType *typedefType = dyn_cast<TypedefType>(this)) in isObjCIndependentClassType() local3696 return typedefType->getDecl()->hasAttr<ObjCIndependentClassAttr>(); in isObjCIndependentClassType()
233 hasType(typedefType(hasDeclaration(decl())))))); in TEST()1808 elaboratedType(elaboratedType(namesType(typedefType()))))); in TEST()
1322 hasType(typedefType())))); in TEST()
4759 AST_TYPE_MATCHER(TypedefType, typedefType);
5867 if (auto typedefType = desugared->getAs<TypedefType>()) { in checkNullabilityTypeSpecifier() local5868 TypedefNameDecl *typedefDecl = typedefType->getDecl(); in checkNullabilityTypeSpecifier()