Home | History | Annotate | Download | only in Sema

Lines Matching refs:Ty

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