Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLBuiltinTypeDeclBuilder.cpp814 AST.getAddrSpaceQualType(ElemTy, LangAS::hlsl_device); in addHandleAccessFunction()
842 AST.getAddrSpaceQualType(ElemTy, LangAS::hlsl_device); in addAppendMethod()
860 AST.getAddrSpaceQualType(ElemTy, LangAS::hlsl_device); in addConsumeMethod()
H A DSemaWasm.cpp87 Pointee = Context.getAddrSpaceQualType(Pointee, LangAS::wasm_funcref); in BuiltinWasmRefNullFunc()
H A DSemaHLSL.cpp569 AST.getAddrSpaceQualType(VD->getType(), LangAS::hlsl_constant); in createHostLayoutStructForBuffer()
2762 SemaRef.Context.getAddrSpaceQualType(ContainedTy, LangAS::hlsl_device); in CheckBuiltinFunctionCall()
3556 Type = SemaRef.getASTContext().getAddrSpaceQualType(Type, ImplAS); in deduceAddressSpace()
3574 Type = SemaRef.getASTContext().getAddrSpaceQualType(Type, ImplAS); in deduceAddressSpace()
3595 QualType NewTy = getASTContext().getAddrSpaceQualType( in ActOnVariableDeclarator()
H A DSemaType.cpp1803 PointeeType = S.getASTContext().getAddrSpaceQualType( in deduceOpenCLPointeeAddrSpace()
6449 return Context.getAddrSpaceQualType(T, ASIdx); in BuildAddressSpaceAttr()
6587 Type = S.Context.getAddrSpaceQualType(Type, ASIdx); in HandleAddressSpaceTypeAttribute()
7098 Pointee = S.Context.getAddrSpaceQualType( in handleMSPointerTypeQualifierAttr()
7129 Pointee = S.Context.getAddrSpaceQualType( in HandleWebAssemblyFuncrefAttr()
H A DSemaDeclCXX.cpp7788 DeclType = Context.getAddrSpaceQualType( in CheckExplicitlyDefaultedSpecialMember()
15050 ArgType = Context.getAddrSpaceQualType(ArgType, AS); in DeclareImplicitCopyAssignment()
15406 ArgType = Context.getAddrSpaceQualType(ArgType, AS); in DeclareImplicitMoveAssignment()
15804 ArgType = Context.getAddrSpaceQualType(ArgType, AS); in DeclareImplicitCopyConstructor()
15948 ArgType = Context.getAddrSpaceQualType(ClassType, AS); in DeclareImplicitMoveConstructor()
H A DSemaExpr.cpp3006 DestRecordType = Context.getAddrSpaceQualType( in PerformObjectMemberConversion()
3040 Context.getAddrSpaceQualType(FromRecordTypeWithoutAS, DestAS); in PerformObjectMemberConversion()
6329 PointeeType = Context.getAddrSpaceQualType(PointeeType, AS); in rewriteBuiltinFunctionDecl()
8168 S.Context.getAddrSpaceQualType(S.Context.VoidTy, ResultAddrSpace)); in checkConditionalPointerCompatibility()
H A DSemaDecl.cpp6956 OrigTy = Context.getAddrSpaceQualType(OrigTy, ImplAS); in deduceOpenCLAddressSpace()
6962 Type = Context.getAddrSpaceQualType(Type, ImplAS); in deduceOpenCLAddressSpace()
8013 QualType Type = Context.getAddrSpaceQualType( in ActOnVariableDeclarator()
H A DSemaTemplateDeduction.cpp4279 ArgType = S.Context.getAddrSpaceQualType( in AdjustFunctionParmAndArgTypesForDeduction()
H A DSemaExprCXX.cpp4958 NewToType = Context.getAddrSpaceQualType(NewToType, in PerformImplicitConversion()
H A DSemaChecking.cpp1494 RT = S.Context.getAddrSpaceQualType(RT, LangAS::opencl_private); in builtinAllocaAddrSpace()
4391 Context.getAddrSpaceQualType(ValType.getUnqualifiedType(), AS)); in BuildAtomicExpr()
H A DSemaOverload.cpp9112 return S.Context.getAddrSpaceQualType(T, Arg->getType().getAddressSpace()); in AdjustAddressSpaceForBuiltinOperandType()
H A DTreeTransform.h5331 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/CIR/CodeGen/
H A DCIRGenCall.cpp218 recTy = getASTContext().getAddrSpaceQualType( in deriveThisType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1196 Ctx.getAddrSpaceQualType(Ctx.VoidTy, LangAS::opencl_generic)); in EmitBlockCallExpr()
1490 selfTy = getContext().getPointerType(getContext().getAddrSpaceQualType( in GenerateBlockFunction()
H A DItaniumCXXABI.cpp1860 QualType Q = Context.getAddrSpaceQualType(Context.VoidPtrTy, AS); in buildStructorSignature()
1896 QualType Q = Context.getAddrSpaceQualType(Context.VoidPtrTy, AS); in addImplicitStructorParams()
1945 QualType Q = getContext().getAddrSpaceQualType(getContext().VoidPtrTy, AS); in getImplicitConstructorArgs()
H A DCGOpenMPRuntimeGPU.cpp1775 PointeeTy = CGM.getContext().getAddrSpaceQualType(PointeeTy, in translateParameter()
H A DCGExprAgg.cpp626 QualType GVArrayQTy = CGM.getContext().getAddrSpaceQualType( in EmitArrayInit()
H A DCGCall.cpp135 RecTy = Context.getAddrSpaceQualType( in DeriveThisType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1383 QualType getAddrSpaceQualType(QualType T, LangAS AddressSpace) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3264 QualType ASTContext::getAddrSpaceQualType(QualType T, in getAddrSpaceQualType() function in ASTContext
5177 return LangOpts.OpenCL ? getAddrSpaceQualType(Ty, LangAS::opencl_constant) in adjustStringLiteralBaseType()
12606 Type = Context.getAddrSpaceQualType( in DecodeTypeFromStr()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc8839 …ontext20getAddrSpaceQualTypeENS_8QualTypeEj", "clang::ASTContext::getAddrSpaceQualType(clang::Qual…