Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1572 IC->addPropertyImplementation(PIDecl); in ActOnPropertyImplDecl()
1611 CatImplClass->addPropertyImplementation(PIDecl); in ActOnPropertyImplDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2499 void addPropertyImplementation(ObjCPropertyImplDecl *property);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp2222 void ObjCImplDecl::addPropertyImplementation(ObjCPropertyImplDecl *property) { in addPropertyImplementation() function in ObjCImplDecl