Home | History | Annotate | Download | only in slang

Lines Matching defs:QT

1006   clang::QualType QT = LHS->getType();
1007 const clang::Type *T = QT.getTypePtr();
1101 new(C) clang::BinaryOperator(LHS, RHS, clang::BO_Assign, QT,
1118 clang::QualType QT = AS->getType();
1127 if (!RSExportPrimitiveType::IsRSObjectType(QT.getTypePtr())) {
1496 clang::QualType QT = AS->getType();
1498 if (CountRSObjectTypes(mCtx, QT.getTypePtr(), AS->getExprLoc())) {