Home | History | Annotate | Download | only in libclang

Lines Matching refs:VisitType

1345   QualType VisitType;
1360 VisitType = Context.getObjCIdType();
1364 VisitType = Context.getObjCClassType();
1368 VisitType = Context.getObjCSelType();
1372 if (!VisitType.isNull()) {
1373 if (const TypedefType *Typedef = VisitType->getAs<TypedefType>())