Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DClauseT.h181 template <typename IdType, typename ExprType> struct ObjectT;
214 template <typename TypeType, typename IdType, typename ExprType> //
218 std::tuple<OPT(TypeType), ObjectT<IdType, ExprType>, RangeT<ExprType>> t;
1317 template <typename TypeType, typename IdType, typename ExprType,
1321 using IdTy = IdType;
1325 using BaseT = ClauseT<TypeType, IdType, ExprType, Extras...>;
1328 clause::UnionOfAllClausesT<TypeType, IdType, ExprType>,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp219 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getGetPropertyFn() local
222 IdType, SelType, in getGetPropertyFn()
225 Types.arrangeBuiltinFunctionDeclaration(IdType, Params)); in getGetPropertyFn()
233 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getSetPropertyFn() local
236 IdType, in getSetPropertyFn()
239 IdType, in getSetPropertyFn()
260 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getOptimizedSetPropertyFn() local
262 Params.push_back(IdType); in getOptimizedSetPropertyFn()
264 Params.push_back(IdType); in getOptimizedSetPropertyFn()