Home | History | Annotate | Download | only in slang

Lines Matching defs:QT

97     clang::QualType QT = PVD->getType().getCanonicalType();
99 if (!QT->isPointerType()) {
110 if (!QT->getPointeeType().isConstQualified()) {
201 clang::QualType QT = PVD->getType().getCanonicalType();
202 if (QT->isPointerType()) {
266 clang::QualType QT = PVD->getType().getCanonicalType();
267 clang::QualType UT = QT.getUnqualifiedType();
358 clang::QualType QT = PVD->getType().getCanonicalType();
359 slangAssert(QT->isPointerType() &&
360 QT->getPointeeType().isConstQualified());
363 if (QT->getPointeeType().getCanonicalType().getUnqualifiedType() ==
382 QT->getPointeeType(),
500 clang::QualType QT = PVD->getType().getCanonicalType();
502 if (QT->isPointerType()) {
532 clang::QualType QT = PVD->getType().getCanonicalType();
533 if (QT != IntType) {