Home | History | Annotate | Download | only in libclang

Lines Matching refs:getAs

1053   if (const ElaboratedType *ElabT = Ty->getAs<ElaboratedType>()) {
1059 if (const TypedefType *Typedef = Ty->getAs<TypedefType>())
1061 if (const TagType *Tag = Ty->getAs<TagType>())
1063 if (const TemplateTypeParmType *TemplP = Ty->getAs<TemplateTypeParmType>())