Home
last modified time | relevance | path

Searched refs:IdType (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp240 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getGetPropertyFn() local
243 IdType, SelType, in getGetPropertyFn()
247 Types.arrangeBuiltinFunctionDeclaration(IdType, Params)); in getGetPropertyFn()
255 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getSetPropertyFn() local
258 IdType, in getSetPropertyFn()
261 IdType, in getSetPropertyFn()
283 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getOptimizedSetPropertyFn() local
285 Params.push_back(IdType); in getOptimizedSetPropertyFn()
287 Params.push_back(IdType); in getOptimizedSetPropertyFn()