Searched refs:typedefDecl (Results 1 – 8 of 8) sorted by relevance
262 typedefDecl( in TEST()
364 bool typedefDecl = acceptTokenClass(EHTokTypedef); in acceptDeclaration() local430 if (typedefDecl) in acceptDeclaration()434 if (typedefDecl) in acceptDeclaration()476 if (typedefDecl) in acceptDeclaration()488 if (typedefDecl) in acceptDeclaration()
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()