Home | History | Annotate | Download | only in AST

Lines Matching refs:QT

56 UuidAttr *CXXUuidofExpr::GetUuidAttrOfType(QualType QT) {
58 const Type *Ty = QT.getTypePtr();
59 if (QT->isPointerType() || QT->isReferenceType())
60 Ty = QT->getPointeeType().getTypePtr();
61 else if (QT->isArrayType())
62 Ty = cast<ArrayType>(QT)->getElementType().getTypePtr();