Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:pointeeTy

359       QualType pointeeTy = ty->getPointeeType();
363 pointeeTy.getAddressSpace())));
366 std::string typeName = pointeeTy.getUnqualifiedType().getAsString() + "*";
378 if (pointeeTy.isConstQualified() ||
379 (pointeeTy.getAddressSpace() == LangAS::opencl_constant))
381 if (pointeeTy.isVolatileQualified())