Searched refs:IdType (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | ClauseT.h | 181 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; 1289 template <typename TypeType, typename IdType, typename ExprType, 1293 using IdTy = IdType; 1297 using BaseT = ClauseT<TypeType, IdType, ExprType, Extras...>; 1300 clause::UnionOfAllClausesT<TypeType, IdType, ExprType>,
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 240 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()
|