Home | History | Annotate | Download | only in Sema

Lines Matching refs:Ty

34   const Type *Ty = T->getCanonicalTypeInternal().getTypePtr();
35 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) {
42 } else if (isa<InjectedClassNameType>(Ty))
43 return cast<InjectedClassNameType>(Ty)->getDecl();