Home | History | Annotate | Download | only in libclang

Lines Matching refs:VisitType

1469   QualType VisitType;
1493 VisitType = Context.getObjCIdType();
1497 VisitType = Context.getObjCClassType();
1501 VisitType = Context.getObjCSelType();
1505 if (!VisitType.isNull()) {
1506 if (const TypedefType *Typedef = VisitType->getAs<TypedefType>())