Home | History | Annotate | Download | only in Sema

Lines Matching defs:QT

304       QualType QT = DS.getRepAsType().get();
305 if (QT.isNull())
308 if (const LocInfoType *LIT = dyn_cast<LocInfoType>(QT))
309 QT = LIT->getType();
311 if (QT.isNull())
314 return QT->isFunctionType();