Searched defs:pointeeTy (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp374 QualType pointeeTy = ty->getPointeeType(); local
378 pointeeTy.getAddressSpace())));
382 pointeeTy.getUnqualifiedType().getAsString(Policy) + "*";
394 if (pointeeTy.isConstQualified() ||
395 (pointeeTy.getAddressSpace() == LangAS::opencl_constant))
397 if (pointeeTy.isVolatileQualified())

Completed in 552 milliseconds