Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp1617 PIDecl->getPropertyDecl()->isDirectProperty()) { in ActOnPropertyImplDecl()
2416 if (ExistingGetter->isDirectMethod() || property->isDirectProperty()) { in ProcessPropertyDecl()
2418 << property->isDirectProperty() << 1 /* property */ in ProcessPropertyDecl()
2432 if (ExistingSetter->isDirectMethod() || property->isDirectProperty()) { in ProcessPropertyDecl()
2434 << property->isDirectProperty() << 1 /* property */ in ProcessPropertyDecl()
2498 if (property->isDirectProperty()) in ProcessPropertyDecl()
2578 if (property->isDirectProperty()) in ProcessPropertyDecl()
H A DSemaDeclObjC.cpp3963 if (CPD->isDirectProperty()) in DiagnoseCategoryDirectMembersProtocolConformance()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp2392 bool ObjCPropertyDecl::isDirectProperty() const { in isDirectProperty() function in ObjCPropertyDecl
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h851 bool isDirectProperty() const;
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCMac.cpp3247 if (PD->isDirectProperty()) in EmitPropertyList()
3260 if (PD->isDirectProperty()) in EmitPropertyList()
3551 if (PID->getPropertyDecl()->isDirectProperty()) in GenerateClass()