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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp239 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); local
241 Params.push_back(IdType);
246 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(IdType, Params,
257 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); local
259 Params.push_back(IdType);
262 Params.push_back(IdType);
285 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); local
287 Params.push_back(IdType);
289 Params.push_back(IdType);

Completed in 161 milliseconds