Searched refs:isClassProperty (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 424 bool isClassProperty = in HandlePropertyInClassExtension() local 431 PropertyId, ObjCPropertyDecl::getQueryKind(isClassProperty)); in HandlePropertyInClassExtension() 606 bool isClassProperty = in CreatePropertyDecl() local 611 DC, PropertyId, ObjCPropertyDecl::getQueryKind(isClassProperty))) { in CreatePropertyDecl() 1099 if (property->isClassProperty() && Synthesize) { in ActOnPropertyImplDecl() 1752 if (CollectClassPropsOnly && !Prop->isClassProperty()) in CollectImmediateProperties() 1754 PropMap[std::make_pair(Prop->getIdentifier(), Prop->isClassProperty())] = in CollectImmediateProperties() 1772 if (CollectClassPropsOnly && !Prop->isClassProperty()) in CollectImmediateProperties() 1774 PropMap[std::make_pair(Prop->getIdentifier(), Prop->isClassProperty())] = in CollectImmediateProperties() 1786 if (CollectClassPropsOnly && !Prop->isClassProperty()) in CollectImmediateProperties() [all …]
|
| H A D | SemaExprObjC.cpp | 2115 if (cast<ObjCPropertyDecl>(ChosenDecl)->isClassProperty()) { in HandleExprPropertyRefExpr()
|
| H A D | SemaDeclObjC.cpp | 3964 PD->isClassProperty() in DiagnoseCategoryDirectMembersProtocolConformance()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 205 !PD->isClassProperty()) || in findPropertyDecl() 207 PD->isClassProperty()) || in findPropertyDecl() 209 !PD->isClassProperty())) in findPropertyDecl() 212 if (PD->isClassProperty()) in findPropertyDecl() 404 PM[std::make_pair(Prop->getIdentifier(), Prop->isClassProperty())] = Prop; in collectPropertiesToImplement() 409 PM[std::make_pair(Prop->getIdentifier(), Prop->isClassProperty())] = Prop; in collectPropertiesToImplement() 2044 std::make_pair(Prop->getIdentifier(), Prop->isClassProperty()), in collectPropertiesToImplement() 2250 !PID->getPropertyDecl()->isClassProperty()) || in FindPropertyImplDecl() 2252 PID->getPropertyDecl()->isClassProperty()) || in FindPropertyImplDecl() 2254 !PID->getPropertyDecl()->isClassProperty())) in FindPropertyImplDecl() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 851 bool isInstanceProperty() const { return !isClassProperty(); } in isInstanceProperty() 852 bool isClassProperty() const { in isClassProperty() function 858 return isClassProperty() ? ObjCPropertyQueryKind::OBJC_PR_query_class : in getQueryKind() 862 static ObjCPropertyQueryKind getQueryKind(bool isClassProperty) { in getQueryKind() argument 863 return isClassProperty ? ObjCPropertyQueryKind::OBJC_PR_query_class : in getQueryKind() 993 &ObjCPropertyDecl::isClassProperty>;
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 458 bool isClassProperty=false, 3597 bool isClassProperty, in GeneratePropertyList() argument 3610 if (isClassProperty != PD->isClassProperty()) in GeneratePropertyList() 3625 if (isClassProperty != PD->isClassProperty()) in GeneratePropertyList() 3632 if (isClassProperty != PD->isClassProperty()) in GeneratePropertyList()
|
| H A D | CGObjCMac.cpp | 3105 if (IsClassProperty != PD->isClassProperty()) in PushProtocolProperties() 3146 if (IsClassProperty != PD->isClassProperty()) in EmitPropertyList() 3155 if (IsClassProperty != PD->isClassProperty()) in EmitPropertyList()
|
| H A D | CGDebugInfo.cpp | 3371 return std::make_pair(PD->isClassProperty(), PD->getIdentifier()); in CreateTypeDefinition()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IvarInvalidationChecker.cpp | 382 if (PD->isClassProperty()) in visit()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 2137 bool isClassProperty = false; in ParseObjCPropertyDynamic() local 2148 isClassProperty = true; in ParseObjCPropertyDynamic() 2179 isClassProperty ? ObjCPropertyQueryKind::OBJC_PR_query_class in ParseObjCPropertyDynamic()
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 499 GenObjCProperty(D->getName(), D->isClassProperty()); in VisitObjCPropertyDecl()
|