Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp1574 IC->addPropertyImplementation(PIDecl); in ActOnPropertyImplDecl()
1613 CatImplClass->addPropertyImplementation(PIDecl); in ActOnPropertyImplDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h2440 void addPropertyImplementation(ObjCPropertyImplDecl *property);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp2129 void ObjCImplDecl::addPropertyImplementation(ObjCPropertyImplDecl *property) { in addPropertyImplementation() function in ObjCImplDecl