Searched refs:DestLangAS (Results 1 – 2 of 2) sorted by relevance
2714 auto DestLangAS = in EmitParmDecl() local2716 if (SrcLangAS != DestLangAS) { in EmitParmDecl()2719 auto DestAS = getContext().getTargetAddressSpace(DestLangAS); in EmitParmDecl()
99 RawAddress CodeGenFunction::CreateTempAlloca(llvm::Type *Ty, LangAS DestLangAS, in CreateTempAlloca() argument112 unsigned DestAddrSpace = getContext().getTargetAddressSpace(DestLangAS); in CreateTempAlloca()