Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp4551 if (!ToImpl) { in VisitObjCCategoryImplDecl()
4567 return ToImpl; in VisitObjCCategoryImplDecl()
4570 LexicalDC->addDeclInternal(ToImpl); in VisitObjCCategoryImplDecl()
4574 Importer.MapImported(D, ToImpl); in VisitObjCCategoryImplDecl()
4578 return ToImpl; in VisitObjCCategoryImplDecl()
4766 ObjCPropertyImplDecl *ToImpl in VisitObjCPropertyImplDecl() local
4769 if (!ToImpl) { in VisitObjCPropertyImplDecl()
4782 return ToImpl; in VisitObjCPropertyImplDecl()
4785 LexicalDC->addDeclInternal(ToImpl); in VisitObjCPropertyImplDecl()
4819 Importer.MapImported(D, ToImpl); in VisitObjCPropertyImplDecl()
[all …]