Searched refs:getPointeeType (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_foreach.cpp110 if (!QT->getPointeeType().isConstQualified()) {
360 QT->getPointeeType().isConstQualified());
363 if (QT->getPointeeType().getCanonicalType().getUnqualifiedType() ==
382 QT->getPointeeType(),
H A Dslang_rs_export_type.h59 return GetCanonicalType(T->getPointeeType());
388 inline const RSExportType *getPointeeType() const { return mPointeeType; } function in class:slang::RSExportPointerType
H A Dslang_rs_check_ast.cpp59 Ty = ImplCast->getSubExpr()->getType()->getPointeeType()
H A Dslang_rs_reflection_cpp.cpp76 static_cast<const RSExportPointerType *>(ET)->getPointeeType();
809 ET = EPT->getPointeeType();
842 genTypeInstance(EPT->getPointeeType());
H A Dslang_rs_reflection.cpp184 static_cast<const RSExportPointerType *>(ET)->getPointeeType();
852 genTypeInstance(EPT->getPointeeType());
909 ET = EPT->getPointeeType();
1049 PointeeType = static_cast<const RSExportPointerType *>(ET)->getPointeeType();
1233 static_cast<const RSExportPointerType *>(ET)->getPointeeType();
H A Dslang_rs_export_type.cpp1209 ->getPointeeType()->equals(getPointeeType()));
1529 const RSExportType *PointeeType = EPT->getPointeeType();
H A Dslang_rs_backend.cpp222 ->getPointeeType()->getName()).c_str()));
H A Dslang_rs_object_ref_count.cpp79 clang::QualType RST = PVT->getPointeeType();

Completed in 243 milliseconds