/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaWasm.cpp | 76 Pointee = Context.getAddrSpaceQualType(Pointee, LangAS::wasm_funcref); in BuiltinWasmRefNullFunc()
|
H A D | SemaType.cpp | 1779 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 D | SemaDeclCXX.cpp | 7624 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 D | SemaExpr.cpp | 2959 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 D | SemaDecl.cpp | 6836 OrigTy = Context.getAddrSpaceQualType(OrigTy, ImplAS); in deduceOpenCLAddressSpace() 6842 Type = Context.getAddrSpaceQualType(Type, ImplAS); in deduceOpenCLAddressSpace() 7831 QualType Type = Context.getAddrSpaceQualType( in ActOnVariableDeclarator()
|
H A D | SemaTemplateDeduction.cpp | 4187 ArgType = S.Context.getAddrSpaceQualType( in AdjustFunctionParmAndArgTypesForDeduction()
|
H A D | SemaExprCXX.cpp | 4599 NewToType = Context.getAddrSpaceQualType(NewToType, in PerformImplicitConversion()
|
H A D | SemaOverload.cpp | 8651 return S.Context.getAddrSpaceQualType(T, Arg->getType().getAddressSpace()); in AdjustAddressSpaceForBuiltinOperandType()
|
H A D | SemaChecking.cpp | 3969 Context.getAddrSpaceQualType(ValType.getUnqualifiedType(), AS)); in BuildAtomicExpr()
|
H A D | TreeTransform.h | 5104 T = SemaRef.getASTContext().getAddrSpaceQualType(T, in RebuildQualifiedType()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Initialization.h | 348 Type = Context.getAddrSpaceQualType(Type, LangAS::opencl_private); in InitializeTemporary()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBlocks.cpp | 1185 Ctx.getAddrSpaceQualType(Ctx.VoidTy, LangAS::opencl_generic)); in EmitBlockCallExpr() 1458 selfTy = getContext().getPointerType(getContext().getAddrSpaceQualType( in GenerateBlockFunction()
|
H A D | ItaniumCXXABI.cpp | 1846 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 D | CGExprAgg.cpp | 524 QualType GVArrayQTy = CGM.getContext().getAddrSpaceQualType( in EmitArrayInit()
|
H A D | CGOpenMPRuntimeGPU.cpp | 1776 PointeeTy = CGM.getContext().getAddrSpaceQualType(PointeeTy, in translateParameter()
|
H A D | CGCall.cpp | 96 RecTy = Context.getAddrSpaceQualType(RecTy, MD->getMethodQualifiers().getAddressSpace()); in DeriveThisType()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 1281 QualType getAddrSpaceQualType(QualType T, LangAS AddressSpace) const;
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 3077 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()
|