Home
last modified time | relevance | path

Searched refs:ToImplOrErr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5248 if (Expected<ObjCCategoryImplDecl *> ToImplOrErr = in VisitObjCCategoryDecl() local
5250 ToCategory->setImplementation(*ToImplOrErr); in VisitObjCCategoryDecl()
5252 return ToImplOrErr.takeError(); in VisitObjCCategoryDecl()
5784 if (Expected<ObjCImplementationDecl *> ToImplOrErr = in ImportDefinition() local
5786 To->setImplementation(*ToImplOrErr); in ImportDefinition()
5788 return ToImplOrErr.takeError(); in ImportDefinition()