Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3408 if (!isProtocol && !Context.getObjCPropertyImplDeclForPropertyDecl(PD, Container)) in GeneratePropertyList()
3462 auto *propertyImpl = Context.getObjCPropertyImplDeclForPropertyDecl(property, Container); in GeneratePropertyList()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2001 ObjCPropertyImplDecl *getObjCPropertyImplDeclForPropertyDecl(
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp7808 ASTContext::getObjCPropertyImplDeclForPropertyDecl( in getObjCPropertyImplDeclForPropertyDecl() function in ASTContext
7859 getObjCPropertyImplDeclForPropertyDecl(PD, Container)) { in getObjCEncodingForPropertyDecl()