Home | History | Annotate | Download | only in Sema

Lines Matching defs:QT

311       QualType QT = DS.getRepAsType().get();
312 if (QT.isNull())
315 if (const LocInfoType *LIT = dyn_cast<LocInfoType>(QT))
316 QT = LIT->getType();
318 if (QT.isNull())
321 return QT->isFunctionType();