Searched refs:ToImplOrErr (Results 1 – 1 of 1) sorted by relevance
5248 if (Expected<ObjCCategoryImplDecl *> ToImplOrErr = in VisitObjCCategoryDecl() local5250 ToCategory->setImplementation(*ToImplOrErr); in VisitObjCCategoryDecl()5252 return ToImplOrErr.takeError(); in VisitObjCCategoryDecl()5784 if (Expected<ObjCImplementationDecl *> ToImplOrErr = in ImportDefinition() local5786 To->setImplementation(*ToImplOrErr); in ImportDefinition()5788 return ToImplOrErr.takeError(); in ImportDefinition()