Searched refs:PointeeQType (Results 1 – 1 of 1) sorted by relevance
238 const clang::QualType PointeeQType = ParamQType->getPointeeType(); in checkPointeeConstQualified() local239 if (PointeeQType.isConstQualified() != ExpectedQualification) { in checkPointeeConstQualified()693 const clang::QualType PointeeQType = ResultInfo.QType->getPointeeType(); in analyzeResultType() local695 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()