Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1595 PIDecl->getPropertyDecl()->isDirectProperty()) { in ActOnPropertyImplDecl()
2398 if (ExistingGetter->isDirectMethod() || property->isDirectProperty()) { in ProcessPropertyDecl()
2400 << property->isDirectProperty() << 1 /* property */ in ProcessPropertyDecl()
2414 if (ExistingSetter->isDirectMethod() || property->isDirectProperty()) { in ProcessPropertyDecl()
2416 << property->isDirectProperty() << 1 /* property */ in ProcessPropertyDecl()
2480 if (property->isDirectProperty()) in ProcessPropertyDecl()
2559 if (property->isDirectProperty()) in ProcessPropertyDecl()
H A DSemaDeclObjC.cpp3965 if (CPD->isDirectProperty()) in DiagnoseCategoryDirectMembersProtocolConformance()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp2375 bool ObjCPropertyDecl::isDirectProperty() const { in isDirectProperty() function in ObjCPropertyDecl
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h857 bool isDirectProperty() const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp3245 if (PD->isDirectProperty()) in EmitPropertyList()
3258 if (PD->isDirectProperty()) in EmitPropertyList()
3549 if (PID->getPropertyDecl()->isDirectProperty()) in GenerateClass()