Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DInitialization.h348 Type = Context.getAddrSpaceQualType(Type, LangAS::opencl_private); in InitializeTemporary()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBlocks.cpp1200 Ctx.getAddrSpaceQualType(Ctx.VoidTy, LangAS::opencl_generic)); in EmitBlockCallExpr()
1477 selfTy = getContext().getPointerType(getContext().getAddrSpaceQualType( in GenerateBlockFunction()
H A DCGOpenMPRuntimeGPU.cpp3052 PointeeTy = CGM.getContext().getAddrSpaceQualType(PointeeTy, in translateParameter()
H A DCGCall.cpp90 RecTy = Context.getAddrSpaceQualType(RecTy, MD->getMethodQualifiers().getAddressSpace()); in DeriveThisType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp2149 PointeeType = S.getASTContext().getAddrSpaceQualType( in deduceOpenCLPointeeAddrSpace()
6689 return Context.getAddrSpaceQualType(T, ASIdx); in BuildAddressSpaceAttr()
6818 Type = S.Context.getAddrSpaceQualType(Type, ASIdx); in HandleAddressSpaceTypeAttribute()
7328 Pointee = S.Context.getAddrSpaceQualType( in handleMSPointerTypeQualifierAttr()
H A DSemaDeclCXX.cpp7530 DeclType = Context.getAddrSpaceQualType(DeclType, MD->getMethodQualifiers().getAddressSpace()); in CheckExplicitlyDefaultedSpecialMember()
14448 ArgType = Context.getAddrSpaceQualType(ArgType, AS); in DeclareImplicitCopyAssignment()
14791 ArgType = Context.getAddrSpaceQualType(ArgType, AS); in DeclareImplicitMoveAssignment()
15168 ArgType = Context.getAddrSpaceQualType(ArgType, AS); in DeclareImplicitCopyConstructor()
15309 ArgType = Context.getAddrSpaceQualType(ClassType, AS); in DeclareImplicitMoveConstructor()
H A DSemaExpr.cpp3019 DestRecordType = Context.getAddrSpaceQualType( in PerformObjectMemberConversion()
3053 Context.getAddrSpaceQualType(FromRecordTypeWithoutAS, DestAS); in PerformObjectMemberConversion()
6673 PointeeType = Context.getAddrSpaceQualType(PointeeType, AS); in rewriteBuiltinFunctionDecl()
8511 S.Context.getAddrSpaceQualType(S.Context.VoidTy, ResultAddrSpace)); in checkConditionalPointerCompatibility()
H A DSemaTemplateDeduction.cpp3872 ArgType = S.Context.getAddrSpaceQualType( in AdjustFunctionParmAndArgTypesForDeduction()
H A DSemaExprCXX.cpp4499 NewToType = Context.getAddrSpaceQualType(NewToType, in PerformImplicitConversion()
H A DSemaDecl.cpp6894 OrigTy = Context.getAddrSpaceQualType(OrigTy, ImplAS); in deduceOpenCLAddressSpace()
6900 Type = Context.getAddrSpaceQualType(Type, ImplAS); in deduceOpenCLAddressSpace()
H A DSemaOverload.cpp8268 return S.Context.getAddrSpaceQualType(T, Arg->getType().getAddressSpace()); in AdjustAddressSpaceForBuiltinOperandType()
H A DTreeTransform.h4929 T = SemaRef.getASTContext().getAddrSpaceQualType(T, in RebuildQualifiedType()
H A DSemaChecking.cpp6594 Context.getAddrSpaceQualType(ValType.getUnqualifiedType(), AS)); in BuildAtomicExpr()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1220 QualType getAddrSpaceQualType(QualType T, LangAS AddressSpace) const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp3061 QualType ASTContext::getAddrSpaceQualType(QualType T, in getAddrSpaceQualType() function in ASTContext
4558 return LangOpts.OpenCL ? getAddrSpaceQualType(Ty, LangAS::opencl_constant) in adjustStringLiteralBaseType()
11381 Type = Context.getAddrSpaceQualType( in DecodeTypeFromStr()