Lines Matching refs:getContext
107 ASTContext &Context = getContext(); in isUnsupportedType()
143 const uint64_t Size = getContext().getTypeSize(Ty); in coerceToIntArrayWithLimit()
144 const uint64_t Alignment = getContext().getTypeAlign(Ty); in coerceToIntArrayWithLimit()
155 if (getContext().getLangOpts().OpenMP && in classifyReturnType()
156 getContext().getLangOpts().OpenMPIsTargetDevice && in classifyReturnType()
181 if (getContext().getLangOpts().CUDAIsDevice) { in classifyArgumentType()
194 (!getContext().getTargetInfo().hasInt128Type() && in classifyArgumentType()
222 getContext().getTypeInfoInChars(Ty), in EmitVAArg()
282 llvm::LLVMContext &Ctx = M->getContext(); in addNVVMMetadata()
303 auto &Ctx = CGM.getContext(); in getNullPointer()
308 PT->getContext(), Ctx.getTargetAddressSpace(LangAS::opencl_generic)); in getNullPointer()
321 MaxThreads = Attr->getMaxThreads()->EvaluateKnownConstInt(getContext()); in handleCUDALaunchBoundsAttr()
337 MinBlocks = Attr->getMinBlocks()->EvaluateKnownConstInt(getContext()); in handleCUDALaunchBoundsAttr()
350 MaxBlocks = Attr->getMaxBlocks()->EvaluateKnownConstInt(getContext()); in handleCUDALaunchBoundsAttr()