Home | History | Annotate | Download | only in AST

Lines Matching refs:ObjCInterfaceType

76     QualType VisitObjCInterfaceType(const ObjCInterfaceType *T);
792 const ObjCInterfaceType *Iface1 = cast<ObjCInterfaceType>(T1);
793 const ObjCInterfaceType *Iface2 = cast<ObjCInterfaceType>(T2);
1768 QualType ASTNodeImporter::VisitObjCInterfaceType(const ObjCInterfaceType *T) {