Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp5193 if (!ToImpl) { in VisitObjCCategoryImplDecl()
5209 return ToImpl; in VisitObjCCategoryImplDecl()
5212 LexicalDC->addDeclInternal(ToImpl); in VisitObjCCategoryImplDecl()
5216 Importer.MapImported(D, ToImpl); in VisitObjCCategoryImplDecl()
5220 return ToImpl; in VisitObjCCategoryImplDecl()
5403 ObjCPropertyImplDecl *ToImpl in VisitObjCPropertyImplDecl() local
5406 if (!ToImpl) { in VisitObjCPropertyImplDecl()
5421 return ToImpl; in VisitObjCPropertyImplDecl()
5424 LexicalDC->addDeclInternal(ToImpl); in VisitObjCPropertyImplDecl()
5458 Importer.MapImported(D, ToImpl); in VisitObjCPropertyImplDecl()
[all …]