Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaWasm.cpp76 Pointee = Context.getAddrSpaceQualType(Pointee, LangAS::wasm_funcref); in BuiltinWasmRefNullFunc()
H A DSemaType.cpp1779 PointeeType = S.getASTContext().getAddrSpaceQualType( in deduceOpenCLPointeeAddrSpace()
6431 return Context.getAddrSpaceQualType(T, ASIdx); in BuildAddressSpaceAttr()
6560 Type = S.Context.getAddrSpaceQualType(Type, ASIdx); in HandleAddressSpaceTypeAttribute()
7070 Pointee = S.Context.getAddrSpaceQualType( in handleMSPointerTypeQualifierAttr()
7101 Pointee = S.Context.getAddrSpaceQualType( in HandleWebAssemblyFuncrefAttr()
H A DSemaDeclCXX.cpp7624 DeclType = Context.getAddrSpaceQualType( in CheckExplicitlyDefaultedSpecialMember()
14761 ArgType = Context.getAddrSpaceQualType(ArgType, AS); in DeclareImplicitCopyAssignment()
15117 ArgType = Context.getAddrSpaceQualType(ArgType, AS); in DeclareImplicitMoveAssignment()
15513 ArgType = Context.getAddrSpaceQualType(ArgType, AS); in DeclareImplicitCopyConstructor()
15658 ArgType = Context.getAddrSpaceQualType(ClassType, AS); in DeclareImplicitMoveConstructor()
H A DSemaExpr.cpp2959 DestRecordType = Context.getAddrSpaceQualType( in PerformObjectMemberConversion()
2993 Context.getAddrSpaceQualType(FromRecordTypeWithoutAS, DestAS); in PerformObjectMemberConversion()
6195 PointeeType = Context.getAddrSpaceQualType(PointeeType, AS); in rewriteBuiltinFunctionDecl()
8002 S.Context.getAddrSpaceQualType(S.Context.VoidTy, ResultAddrSpace)); in checkConditionalPointerCompatibility()
H A DSemaDecl.cpp6836 OrigTy = Context.getAddrSpaceQualType(OrigTy, ImplAS); in deduceOpenCLAddressSpace()
6842 Type = Context.getAddrSpaceQualType(Type, ImplAS); in deduceOpenCLAddressSpace()
7831 QualType Type = Context.getAddrSpaceQualType( in ActOnVariableDeclarator()
H A DSemaTemplateDeduction.cpp4187 ArgType = S.Context.getAddrSpaceQualType( in AdjustFunctionParmAndArgTypesForDeduction()
H A DSemaExprCXX.cpp4599 NewToType = Context.getAddrSpaceQualType(NewToType, in PerformImplicitConversion()
H A DSemaOverload.cpp8651 return S.Context.getAddrSpaceQualType(T, Arg->getType().getAddressSpace()); in AdjustAddressSpaceForBuiltinOperandType()
H A DSemaChecking.cpp3969 Context.getAddrSpaceQualType(ValType.getUnqualifiedType(), AS)); in BuildAtomicExpr()
H A DTreeTransform.h5104 T = SemaRef.getASTContext().getAddrSpaceQualType(T, in RebuildQualifiedType()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h348 Type = Context.getAddrSpaceQualType(Type, LangAS::opencl_private); in InitializeTemporary()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1185 Ctx.getAddrSpaceQualType(Ctx.VoidTy, LangAS::opencl_generic)); in EmitBlockCallExpr()
1458 selfTy = getContext().getPointerType(getContext().getAddrSpaceQualType( in GenerateBlockFunction()
H A DItaniumCXXABI.cpp1846 QualType Q = Context.getAddrSpaceQualType(Context.VoidPtrTy, AS); in buildStructorSignature()
1882 QualType Q = Context.getAddrSpaceQualType(Context.VoidPtrTy, AS); in addImplicitStructorParams()
1931 QualType Q = getContext().getAddrSpaceQualType(getContext().VoidPtrTy, AS); in getImplicitConstructorArgs()
H A DCGExprAgg.cpp524 QualType GVArrayQTy = CGM.getContext().getAddrSpaceQualType( in EmitArrayInit()
H A DCGOpenMPRuntimeGPU.cpp1776 PointeeTy = CGM.getContext().getAddrSpaceQualType(PointeeTy, in translateParameter()
H A DCGCall.cpp96 RecTy = Context.getAddrSpaceQualType(RecTy, MD->getMethodQualifiers().getAddressSpace()); in DeriveThisType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1281 QualType getAddrSpaceQualType(QualType T, LangAS AddressSpace) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3077 QualType ASTContext::getAddrSpaceQualType(QualType T, in getAddrSpaceQualType() function in ASTContext
4951 return LangOpts.OpenCL ? getAddrSpaceQualType(Ty, LangAS::opencl_constant) in adjustStringLiteralBaseType()
11981 Type = Context.getAddrSpaceQualType( in DecodeTypeFromStr()