Home | History | Annotate | Download | only in AST

Lines Matching refs:ObjCInterfaceType

77     QualType VisitObjCInterfaceType(const ObjCInterfaceType *T);
837 const ObjCInterfaceType *Iface1 = cast<ObjCInterfaceType>(T1);
838 const ObjCInterfaceType *Iface2 = cast<ObjCInterfaceType>(T2);
1833 QualType ASTNodeImporter::VisitObjCInterfaceType(const ObjCInterfaceType *T) {