Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3408 if (!isProtocol && !Context.getObjCPropertyImplDeclForPropertyDecl(PD, Container)) in GeneratePropertyList()
3462 auto *propertyImpl = Context.getObjCPropertyImplDeclForPropertyDecl(property, Container); in GeneratePropertyList()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2026 ObjCPropertyImplDecl *getObjCPropertyImplDeclForPropertyDecl(
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp7703 ASTContext::getObjCPropertyImplDeclForPropertyDecl( in getObjCPropertyImplDeclForPropertyDecl() function in ASTContext
7754 getObjCPropertyImplDeclForPropertyDecl(PD, Container)) { in getObjCEncodingForPropertyDecl()