Searched defs:IdType (Results 1 – 6 of 6) sorted by relevance
46 struct IdType { struct49 IdTypeClass type_class; argument52 // Default equality operator for IdType. Tests if all members are the same. argument
32 enum IdType { enum
25 using IdType = uint32_t; in TEST() typedef
239 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getGetPropertyFn() local254 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getSetPropertyFn() local282 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getOptimizedSetPropertyFn() local
2220 enum IdType { kIdTypeInvalid = -1, kIdTypeTopLevel = 0 }; enum