Home
last modified time | relevance | path

Searched refs:isDirectProperty (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp1618 PIDecl->getPropertyDecl()->isDirectProperty()) { in ActOnPropertyImplDecl()
2420 if (ExistingGetter->isDirectMethod() || property->isDirectProperty()) { in ProcessPropertyDecl()
2422 << property->isDirectProperty() << 1 /* property */ in ProcessPropertyDecl()
2436 if (ExistingSetter->isDirectMethod() || property->isDirectProperty()) { in ProcessPropertyDecl()
2438 << property->isDirectProperty() << 1 /* property */ in ProcessPropertyDecl()
2502 if (property->isDirectProperty()) in ProcessPropertyDecl()
2582 if (property->isDirectProperty()) in ProcessPropertyDecl()
H A DSemaDeclObjC.cpp3947 if (CPD->isDirectProperty()) in DiagnoseCategoryDirectMembersProtocolConformance()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h855 bool isDirectProperty() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp2299 bool ObjCPropertyDecl::isDirectProperty() const { in isDirectProperty() function in ObjCPropertyDecl
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp3307 if (PD->isDirectProperty()) in EmitPropertyList()
3320 if (PD->isDirectProperty()) in EmitPropertyList()
3611 if (PID->getPropertyDecl()->isDirectProperty()) in GenerateClass()