Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1616 PIDecl->getPropertyDecl()->isDirectProperty()) { in ActOnPropertyImplDecl()
2415 if (ExistingGetter->isDirectMethod() || property->isDirectProperty()) { in ProcessPropertyDecl()
2417 << property->isDirectProperty() << 1 /* property */ in ProcessPropertyDecl()
2431 if (ExistingSetter->isDirectMethod() || property->isDirectProperty()) { in ProcessPropertyDecl()
2433 << property->isDirectProperty() << 1 /* property */ in ProcessPropertyDecl()
2497 if (property->isDirectProperty()) in ProcessPropertyDecl()
2574 if (property->isDirectProperty()) in ProcessPropertyDecl()
H A DSemaDeclObjC.cpp3962 if (CPD->isDirectProperty()) in DiagnoseCategoryDirectMembersProtocolConformance()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h854 bool isDirectProperty() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp2392 bool ObjCPropertyDecl::isDirectProperty() const { in isDirectProperty() function in ObjCPropertyDecl
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp3238 if (PD->isDirectProperty()) in EmitPropertyList()
3251 if (PD->isDirectProperty()) in EmitPropertyList()
3542 if (PID->getPropertyDecl()->isDirectProperty()) in GenerateClass()