Home | History | Annotate | Download | only in slang

Lines Matching refs:QT

105   clang::QualType QT = PVD->getType().getCanonicalType();
108 if (QT->isPointerType() && QT->getPointeeType().isConstQualified()) {
116 QT = PVD->getType().getCanonicalType();
117 if (QT->isPointerType() && !QT->getPointeeType().isConstQualified()) {
136 QT = PVD->getType().getCanonicalType();
137 if (QT->isPointerType() && QT->getPointeeType().isConstQualified()) {
145 QT = PVD->getType().getCanonicalType();
147 if (QT.getUnqualifiedType() != C.UnsignedIntTy) {
274 clang::QualType QT;
278 QT = PVD->getType().getCanonicalType();
280 if (QT->isPointerType()) {
289 } else if (QT.getUnqualifiedType() == C.UnsignedIntTy) {
321 QT = PVD->getType().getCanonicalType();
323 if (QT.getUnqualifiedType() != C.UnsignedIntTy) {
412 clang::QualType QT = PVD->getType().getCanonicalType();
413 slangAssert(QT->isPointerType() &&
414 QT->getPointeeType().isConstQualified());
417 if (QT->getPointeeType().getCanonicalType().getUnqualifiedType() ==
436 QT->getPointeeType(),
551 clang::QualType QT = PVD->getType().getCanonicalType();
553 if (QT->isPointerType()) {
583 clang::QualType QT = PVD->getType().getCanonicalType();
584 if (QT != IntType) {