Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5083 if (!ToImpl) { in VisitObjCCategoryImplDecl()
5099 return ToImpl; in VisitObjCCategoryImplDecl()
5102 LexicalDC->addDeclInternal(ToImpl); in VisitObjCCategoryImplDecl()
5106 Importer.MapImported(D, ToImpl); in VisitObjCCategoryImplDecl()
5110 return ToImpl; in VisitObjCCategoryImplDecl()
5293 ObjCPropertyImplDecl *ToImpl in VisitObjCPropertyImplDecl() local
5296 if (!ToImpl) { in VisitObjCPropertyImplDecl()
5311 return ToImpl; in VisitObjCPropertyImplDecl()
5314 LexicalDC->addDeclInternal(ToImpl); in VisitObjCPropertyImplDecl()
5348 Importer.MapImported(D, ToImpl); in VisitObjCPropertyImplDecl()
[all …]