Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp423 bool isClassProperty = in HandlePropertyInClassExtension() local
430 PropertyId, ObjCPropertyDecl::getQueryKind(isClassProperty)); in HandlePropertyInClassExtension()
605 bool isClassProperty = in CreatePropertyDecl() local
610 DC, PropertyId, ObjCPropertyDecl::getQueryKind(isClassProperty))) { in CreatePropertyDecl()
1098 if (property->isClassProperty() && Synthesize) { in ActOnPropertyImplDecl()
1741 if (CollectClassPropsOnly && !Prop->isClassProperty()) in CollectImmediateProperties()
1743 PropMap[std::make_pair(Prop->getIdentifier(), Prop->isClassProperty())] = in CollectImmediateProperties()
1761 if (CollectClassPropsOnly && !Prop->isClassProperty()) in CollectImmediateProperties()
1763 PropMap[std::make_pair(Prop->getIdentifier(), Prop->isClassProperty())] = in CollectImmediateProperties()
1775 if (CollectClassPropsOnly && !Prop->isClassProperty()) in CollectImmediateProperties()
[all …]
H A DSemaExprObjC.cpp2126 if (cast<ObjCPropertyDecl>(ChosenDecl)->isClassProperty()) { in HandleExprPropertyRefExpr()
H A DSemaDeclObjC.cpp3962 PD->isClassProperty() in DiagnoseCategoryDirectMembersProtocolConformance()
/src/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp208 !PD->isClassProperty()) || in findPropertyDecl()
210 PD->isClassProperty()) || in findPropertyDecl()
212 !PD->isClassProperty())) in findPropertyDecl()
215 if (PD->isClassProperty()) in findPropertyDecl()
407 PM[std::make_pair(Prop->getIdentifier(), Prop->isClassProperty())] = Prop; in collectPropertiesToImplement()
412 PM[std::make_pair(Prop->getIdentifier(), Prop->isClassProperty())] = Prop; in collectPropertiesToImplement()
2047 std::make_pair(Prop->getIdentifier(), Prop->isClassProperty()), in collectPropertiesToImplement()
2253 !PID->getPropertyDecl()->isClassProperty()) || in FindPropertyImplDecl()
2255 PID->getPropertyDecl()->isClassProperty()) || in FindPropertyImplDecl()
2257 !PID->getPropertyDecl()->isClassProperty())) in FindPropertyImplDecl()
[all …]
/src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h853 bool isInstanceProperty() const { return !isClassProperty(); } in isInstanceProperty()
854 bool isClassProperty() const { in isClassProperty() function
860 return isClassProperty() ? ObjCPropertyQueryKind::OBJC_PR_query_class : in getQueryKind()
864 static ObjCPropertyQueryKind getQueryKind(bool isClassProperty) { in getQueryKind() argument
865 return isClassProperty ? ObjCPropertyQueryKind::OBJC_PR_query_class : in getQueryKind()
995 &ObjCPropertyDecl::isClassProperty>;
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp459 bool isClassProperty=false,
3505 bool isClassProperty, in GeneratePropertyList() argument
3518 if (isClassProperty != PD->isClassProperty()) in GeneratePropertyList()
3533 if (isClassProperty != PD->isClassProperty()) in GeneratePropertyList()
3540 if (isClassProperty != PD->isClassProperty()) in GeneratePropertyList()
H A DCGObjCMac.cpp3200 if (IsClassProperty != PD->isClassProperty()) in PushProtocolProperties()
3243 if (IsClassProperty != PD->isClassProperty()) in EmitPropertyList()
3252 if (IsClassProperty != PD->isClassProperty()) in EmitPropertyList()
H A DCGDebugInfo.cpp3146 return std::make_pair(PD->isClassProperty(), PD->getIdentifier()); in CreateTypeDefinition()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp383 if (PD->isClassProperty()) in visit()
/src/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2435 bool isClassProperty = false; in ParseObjCPropertyDynamic() local
2446 isClassProperty = true; in ParseObjCPropertyDynamic()
2477 isClassProperty ? ObjCPropertyQueryKind::OBJC_PR_query_class in ParseObjCPropertyDynamic()
/src/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp504 GenObjCProperty(D->getName(), D->isClassProperty()); in VisitObjCPropertyDecl()