Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGDecl.cpp2491 auto DestLangAS = in EmitParmDecl() local
2493 if (SrcLangAS != DestLangAS) { in EmitParmDecl()
2496 auto DestAS = getContext().getTargetAddressSpace(DestLangAS); in EmitParmDecl()
2499 *this, V, SrcLangAS, DestLangAS, T, true)); in EmitParmDecl()