Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp3955 if (CPD->isDirectProperty()) in DiagnoseCategoryDirectMembersProtocolConformance()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h854 bool isDirectProperty() const;
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp2320 bool ObjCPropertyDecl::isDirectProperty() const { in isDirectProperty() function in ObjCPropertyDecl
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCMac.cpp3242 if (PD->isDirectProperty()) in EmitPropertyList()
3255 if (PD->isDirectProperty()) in EmitPropertyList()
3546 if (PID->getPropertyDecl()->isDirectProperty()) in GenerateClass()