Home | History | Annotate | Download | only in libclang

Lines Matching refs:Ty

888   QualType Ty = Type->getType();
892 if (const ElaboratedType *ElabT = Ty->getAs<ElaboratedType>()) {
893 Ty = ElabT->getNamedType();
898 if (const TypedefType *Typedef = Ty->getAs<TypedefType>())
900 if (const TagType *Tag = Ty->getAs<TagType>())
902 if (const TemplateTypeParmType *TemplP = Ty->getAs<TemplateTypeParmType>())