Home
last modified time | relevance | path

Searched refs:PointeeQType (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_reduce.cpp238 const clang::QualType PointeeQType = ParamQType->getPointeeType(); in checkPointeeConstQualified() local
239 if (PointeeQType.isConstQualified() != ExpectedQualification) { in checkPointeeConstQualified()
693 const clang::QualType PointeeQType = ResultInfo.QType->getPointeeType(); in analyzeResultType() local
695 if (PointeeQType->isPointerType()) { in analyzeResultType()
701 } else if (PointeeQType->isIncompleteType()) { in analyzeResultType()
707 } else if (HasRSObjectType(PointeeQType.getTypePtr())) { in analyzeResultType()
713 } else if (RSExportType::ValidateType(&S.RSC, S.ASTC, PointeeQType, in analyzeResultType()
719 if ((mResultType = RSExportType::Create(&S.RSC, PointeeQType.getTypePtr(), in analyzeResultType()