Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1833 ObjCPropertyImplDecl *getObjCPropertyImplDeclForPropertyDecl(
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3195 if (!isProtocol && !Context.getObjCPropertyImplDeclForPropertyDecl(PD, Container)) in GeneratePropertyList()
3249 auto *propertyImpl = Context.getObjCPropertyImplDeclForPropertyDecl(property, Container); in GeneratePropertyList()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp6349 ASTContext::getObjCPropertyImplDeclForPropertyDecl( in getObjCPropertyImplDeclForPropertyDecl() function in ASTContext
6400 getObjCPropertyImplDeclForPropertyDecl(PD, Container)) { in getObjCEncodingForPropertyDecl()