Home | History | Annotate | Download | only in Sema

Lines Matching defs:QT

290       QualType QT = DS.getRepAsType().get();
291 if (QT.isNull())
294 if (const LocInfoType *LIT = dyn_cast<LocInfoType>(QT))
295 QT = LIT->getType();
297 if (QT.isNull())
300 return QT->isFunctionType();