Searched refs:QT (Results 1 – 3 of 3) sorted by relevance
94 clang::QualType QT = PVD->getType().getCanonicalType(); in validateAndConstructParams() local97 if (QT->isPointerType() && QT->getPointeeType().isConstQualified()) { in validateAndConstructParams()105 QT = PVD->getType().getCanonicalType(); in validateAndConstructParams()106 if (QT->isPointerType() && !QT->getPointeeType().isConstQualified()) { in validateAndConstructParams()125 QT = PVD->getType().getCanonicalType(); in validateAndConstructParams()126 if (QT->isPointerType() && QT->getPointeeType().isConstQualified()) { in validateAndConstructParams()134 QT = PVD->getType().getCanonicalType(); in validateAndConstructParams()136 if (QT.getUnqualifiedType() != C.UnsignedIntTy) { in validateAndConstructParams()241 clang::QualType QT = PVD->getType().getCanonicalType(); in Create() local242 slangAssert(QT->isPointerType() && in Create()[all …]
110 clang::QualType QT = VD->getTypeSourceInfo()->getType(); in RSExportVar() local111 if (!QT.isNull()) { in RSExportVar()112 mIsConst = QT.isConstQualified(); in RSExportVar()
1005 clang::QualType QT = LHS->getType(); in CreateStructRSSetObject() local1006 const clang::Type *T = QT.getTypePtr(); in CreateStructRSSetObject()1100 new(C) clang::BinaryOperator(LHS, RHS, clang::BO_Assign, QT, in CreateStructRSSetObject()1117 clang::QualType QT = AS->getType(); in ReplaceRSObjectAssignment() local1126 if (!RSExportPrimitiveType::IsRSObjectType(QT.getTypePtr())) { in ReplaceRSObjectAssignment()1490 clang::QualType QT = AS->getType(); in VisitBinAssign() local1492 if (CountRSObjectTypes(mCtx, QT.getTypePtr(), AS->getExprLoc())) { in VisitBinAssign()