Home | History | Annotate | Download | only in CodeGen

Lines Matching full:pointeety

374       QualType pointeeTy = ty->getPointeeType();
378 pointeeTy.getAddressSpace())));
382 pointeeTy.getUnqualifiedType().getAsString(Policy) + "*";
394 if (pointeeTy.isConstQualified() ||
395 (pointeeTy.getAddressSpace() == LangAS::opencl_constant))
397 if (pointeeTy.isVolatileQualified())