Home
last modified time | relevance | path

Searched refs:isClassProperty (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp424 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 DSemaExprObjC.cpp2115 if (cast<ObjCPropertyDecl>(ChosenDecl)->isClassProperty()) { in HandleExprPropertyRefExpr()
H A DSemaDeclObjC.cpp3964 PD->isClassProperty() in DiagnoseCategoryDirectMembersProtocolConformance()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp205 !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 DDeclObjC.h851 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 DCGObjCGNU.cpp458 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 DCGObjCMac.cpp3105 if (IsClassProperty != PD->isClassProperty()) in PushProtocolProperties()
3146 if (IsClassProperty != PD->isClassProperty()) in EmitPropertyList()
3155 if (IsClassProperty != PD->isClassProperty()) in EmitPropertyList()
H A DCGDebugInfo.cpp3371 return std::make_pair(PD->isClassProperty(), PD->getIdentifier()); in CreateTypeDefinition()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp382 if (PD->isClassProperty()) in visit()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2137 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 DUSRGeneration.cpp499 GenObjCProperty(D->getName(), D->isClassProperty()); in VisitObjCPropertyDecl()