Home | History | Annotate | Download | only in Sema

Lines Matching refs:LangAS

4715     if (R.getAddressSpace() == LangAS::opencl_local) {
4723 if (R->isSamplerT() && (R.getAddressSpace() == LangAS::opencl_local ||
4724 R.getAddressSpace() == LangAS::opencl_global)) {