Searched refs:typedefType (Results 1 – 12 of 12) sorted by relevance
202 typedefType(hasDeclaration(anyOf( in checkASTCodeBody()243 qualType(typedefType(hasDeclaration( in checkASTCodeBody()256 unless(typedefType(hasDeclaration( in checkASTCodeBody()
26 hasType(typedefType(hasDeclaration(anyOf( in registerMatchers()
191 typeLoc(loc(qualType(typedefType(hasDeclaration(TestCaseTypeAlias)))), in registerMatchers()201 typedefType(hasDeclaration(TestCaseTypeAlias))))), in registerMatchers()
177 return typedefType(hasDeclaration(standardIterator())); in typedefIterator()199 anyOf(typedefType(HasIteratorDecl), recordType(HasIteratorDecl)))); in iteratorFromUsingDeclaration()
224 loc(typedefType(hasDeclaration(Typedefs.bind("use"))))), in registerMatchers()
576 REGISTER_MATCHER(typedefType); in RegistryMaps()
4325 if (const auto *typedefType = dyn_cast<TypedefType>(cur)) in isObjCNSObjectType() local4326 return typedefType->getDecl()->hasAttr<ObjCNSObjectAttr>(); in isObjCNSObjectType()4336 if (const auto *typedefType = dyn_cast<TypedefType>(this)) in isObjCIndependentClassType() local4337 return typedefType->getDecl()->hasAttr<ObjCIndependentClassAttr>(); in isObjCIndependentClassType()
1056 const AstTypeMatcher<TypedefType> typedefType; variable
1812 varDecl(hasName("a"), hasType(typedefType())))); in TEST_P()
248 hasType(typedefType(hasDeclaration(decl())))))); in TEST()5464 elaboratedType(elaboratedType(namesType(typedefType()))))); in TEST()
7155 extern const AstTypeMatcher<TypedefType> typedefType;
7313 if (auto typedefType = desugared->getAs<TypedefType>()) { in checkNullabilityTypeSpecifier() local7314 TypedefNameDecl *typedefDecl = typedefType->getDecl(); in checkNullabilityTypeSpecifier()