Searched refs:IntTypedef (Results 1 – 4 of 4) sorted by relevance
1 typedef int IntTypedef; typedef2 IntTypedef g_IntVar; // Testing globals.
27 using IntTypedef = int; typedef46 IntTypedef *X4; in main()
43 const auto IntTypedef = qualType(hasDeclaration(typedefDecl( in charCastExpression() local49 qualType(isAnyCharacter(), isSignedInteger(), unless(IntTypedef)))); in charCastExpression()52 isAnyCharacter(), unless(isSignedInteger()), unless(IntTypedef)))); in charCastExpression()
26 # CHECK: {{.*}} | S_UDT [size = 20] `IntTypedef`45 # using IntTypedef = int;49 # IntTypedef I;