Searched refs:typedefDecl (Results 1 – 7 of 7) sorted by relevance
362 bool typedefDecl = acceptTokenClass(EHTokTypedef); in acceptDeclaration() local418 if (typedefDecl) in acceptDeclaration()422 if (typedefDecl) in acceptDeclaration()464 if (typedefDecl) in acceptDeclaration()475 if (typedefDecl) in acceptDeclaration()
262 typedefDecl( in TEST()
285 EXPECT_TRUE(matches("typedef int X;", typedefDecl(hasType(asString("int"))))); in TEST()287 typedefDecl(hasType(asString("const int"))))); in TEST()289 typedefDecl(hasType(asString("int"))))); in TEST()291 typedefDecl(hasType(asString("foo")), hasName("bar")))); in TEST()
1473 typedefDecl(hasName("typedefDeclTest")))); in TEST()1475 typedefDecl(hasName("typedefDeclTest2")))); in TEST()
401 REGISTER_MATCHER(typedefDecl); in RegistryMaps()
170 const internal::VariadicDynCastAllOfMatcher<Decl, TypedefDecl> typedefDecl; variable
5868 TypedefNameDecl *typedefDecl = typedefType->getDecl(); in checkNullabilityTypeSpecifier() local5869 QualType underlyingType = typedefDecl->getUnderlyingType(); in checkNullabilityTypeSpecifier()5873 Diag(typedefDecl->getLocation(), diag::note_nullability_here) in checkNullabilityTypeSpecifier()