Home
last modified time | relevance | path

Searched refs:DestLangAS (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2714 auto DestLangAS = in EmitParmDecl() local
2716 if (SrcLangAS != DestLangAS) { in EmitParmDecl()
2719 auto DestAS = getContext().getTargetAddressSpace(DestLangAS); in EmitParmDecl()
H A DCGExpr.cpp99 RawAddress CodeGenFunction::CreateTempAlloca(llvm::Type *Ty, LangAS DestLangAS, in CreateTempAlloca() argument
112 unsigned DestAddrSpace = getContext().getTargetAddressSpace(DestLangAS); in CreateTempAlloca()