Searched refs:ObjCIT (Results 1 – 2 of 2) sorted by relevance
225 else if (const ObjCInterfaceType *ObjCIT = dyn_cast<ObjCInterfaceType>(T)) in SourceLocationForUserDeclaredType() local226 Loc = ObjCIT->getDecl()->getLocation(); in SourceLocationForUserDeclaredType()
446 if (const auto *ObjCIT = dyn_cast<ObjCInterfaceType>(Base)) { in getFragmentsForType() local447 const auto *Decl = ObjCIT->getDecl(); in getFragmentsForType()