Searched refs:getAddrSpaceQualType (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 1296 getContext().getPointerType(getContext().getAddrSpaceQualType( in EmitBlockCallExpr() 1560 selfTy = getContext().getPointerType(getContext().getAddrSpaceQualType( in GenerateBlockFunction()
|
| H A D | CGCall.cpp | 77 RecTy = Context.getAddrSpaceQualType(RecTy, MD->getTypeQualifiers().getAddressSpace()); in GetThisType()
|
| H A D | CGOpenMPRuntimeNVPTX.cpp | 3984 PointeeTy = CGM.getContext().getAddrSpaceQualType(PointeeTy, in translateParameter()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1139 QualType getAddrSpaceQualType(QualType T, LangAS AddressSpace) const;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaType.cpp | 5812 return Context.getAddrSpaceQualType(T, ASIdx); in BuildAddressSpaceAttr() 5918 Type = S.Context.getAddrSpaceQualType(Type, ASIdx); in HandleAddressSpaceTypeAttribute() 7293 T = State.getSema().Context.getAddrSpaceQualType(T, ImpAddr); in deduceOpenCLImplicitAddrSpace()
|
| H A D | SemaDeclCXX.cpp | 6555 DeclType = Context.getAddrSpaceQualType(DeclType, MD->getTypeQualifiers().getAddressSpace()); in CheckExplicitlyDefaultedSpecialMember() 11818 ArgType = Context.getAddrSpaceQualType(ArgType, LangAS::opencl_generic); in DeclareImplicitCopyAssignment() 12513 ArgType = Context.getAddrSpaceQualType(ArgType, LangAS::opencl_generic); in DeclareImplicitCopyConstructor() 12643 ArgType = Context.getAddrSpaceQualType(ClassType, LangAS::opencl_generic); in DeclareImplicitMoveConstructor()
|
| H A D | SemaExpr.cpp | 5263 PointeeType = Context.getAddrSpaceQualType(PointeeType, AS); in rewriteBuiltinFunctionDecl() 6699 S.Context.getAddrSpaceQualType(S.Context.VoidTy, ResultAddrSpace)); in checkConditionalPointerCompatibility()
|
| H A D | TreeTransform.h | 4280 T = SemaRef.getASTContext().getAddrSpaceQualType(T, in RebuildQualifiedType()
|
| H A D | SemaChecking.cpp | 4673 Context.getAddrSpaceQualType(ValType.getUnqualifiedType(), AS)); in SemaAtomicOpsOverloaded()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTContext.cpp | 2652 QualType ASTContext::getAddrSpaceQualType(QualType T, in getAddrSpaceQualType() function in ASTContext 3813 return LangOpts.OpenCL ? getAddrSpaceQualType(Ty, LangAS::opencl_constant) in adjustStringLiteralBaseType() 9486 Type = Context.getAddrSpaceQualType( in DecodeTypeFromStr()
|