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.cpp1605 PIDecl->getPropertyDecl()->isDirectProperty()) { in ActOnPropertyImplDecl()
2407 if (ExistingGetter->isDirectMethod() || property->isDirectProperty()) { in ProcessPropertyDecl()
2409 << property->isDirectProperty() << 1 /* property */ in ProcessPropertyDecl()
2423 if (ExistingSetter->isDirectMethod() || property->isDirectProperty()) { in ProcessPropertyDecl()
2425 << property->isDirectProperty() << 1 /* property */ in ProcessPropertyDecl()
2489 if (property->isDirectProperty()) in ProcessPropertyDecl()
2568 if (property->isDirectProperty()) in ProcessPropertyDecl()
H A DSemaDeclObjC.cpp3967 if (CPD->isDirectProperty()) in DiagnoseCategoryDirectMembersProtocolConformance()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp2372 bool ObjCPropertyDecl::isDirectProperty() const { in isDirectProperty() function in ObjCPropertyDecl
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h855 bool isDirectProperty() const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp3148 if (PD->isDirectProperty()) in EmitPropertyList()
3161 if (PD->isDirectProperty()) in EmitPropertyList()
3445 if (PID->getPropertyDecl()->isDirectProperty()) in GenerateClass()