Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5537 if (!ToImpl) { in VisitObjCCategoryImplDecl()
5553 return ToImpl; in VisitObjCCategoryImplDecl()
5556 LexicalDC->addDeclInternal(ToImpl); in VisitObjCCategoryImplDecl()
5560 Importer.MapImported(D, ToImpl); in VisitObjCCategoryImplDecl()
5564 return ToImpl; in VisitObjCCategoryImplDecl()
5747 ObjCPropertyImplDecl *ToImpl in VisitObjCPropertyImplDecl() local
5750 if (!ToImpl) { in VisitObjCPropertyImplDecl()
5765 return ToImpl; in VisitObjCPropertyImplDecl()
5768 LexicalDC->addDeclInternal(ToImpl); in VisitObjCPropertyImplDecl()
5802 Importer.MapImported(D, ToImpl); in VisitObjCPropertyImplDecl()
[all …]