Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1617 PIDecl->getPropertyDecl()->isDirectProperty()) { in ActOnPropertyImplDecl()
2419 if (ExistingGetter->isDirectMethod() || property->isDirectProperty()) { in ProcessPropertyDecl()
2421 << property->isDirectProperty() << 1 /* property */ in ProcessPropertyDecl()
2435 if (ExistingSetter->isDirectMethod() || property->isDirectProperty()) { in ProcessPropertyDecl()
2437 << property->isDirectProperty() << 1 /* property */ in ProcessPropertyDecl()
2501 if (property->isDirectProperty()) in ProcessPropertyDecl()
2581 if (property->isDirectProperty()) in ProcessPropertyDecl()
H A DSemaDeclObjC.cpp3947 if (CPD->isDirectProperty()) in DiagnoseCategoryDirectMembersProtocolConformance()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp2299 bool ObjCPropertyDecl::isDirectProperty() const { in isDirectProperty() function in ObjCPropertyDecl
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h855 bool isDirectProperty() const;
/freebsd-13.1/contrib/llvm-project/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()