Home
last modified time | relevance | path

Searched defs:Prop (Results 1 – 24 of 24) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DScopeInfo.cpp132 const ObjCPropertyDecl *Prop) in WeakObjectProfileTy()
151 const ObjCPropertyDecl *Prop) { in recordUseOfWeak()
198 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) { in markSafeWeakUse() local
DSemaObjCProperty.cpp107 CheckPropertyAgainstProtocol(Sema &S, ObjCPropertyDecl *Prop, in CheckPropertyAgainstProtocol()
866 for (const auto &Prop : llvm::enumerate(Properties)) { in SelectPropertyForSynthesisFromProtocols() local
890 const ObjCPropertyDecl *Prop; in SelectPropertyForSynthesisFromProtocols() member
1014 static bool hasWrittenStorageAttribute(ObjCPropertyDecl *Prop, in hasWrittenStorageAttribute()
1761 for (auto *Prop : IDecl->properties()) { in CollectImmediateProperties() local
1781 for (auto *Prop : CATDecl->properties()) { in CollectImmediateProperties() local
1795 for (auto *Prop : PDecl->properties()) { in CollectImmediateProperties() local
1866 ObjCPropertyDecl *Prop) { in SuperClassImplementsProperty()
1900 ObjCPropertyDecl *Prop = PropertyOrder[i]; in DefaultSynthesizeProperties() local
1998 ObjCPropertyDecl *Prop, in DiagnoseUnimplementedAccessor()
[all …]
DSemaPseudoObject.cpp584 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty(); in isWeakProperty() local
DAnalysisBasedWarnings.cpp1489 if (const ObjCPropertyDecl *Prop = dyn_cast<ObjCPropertyDecl>(KeyProp)) in diagnoseRepeatedUseOfWeak() local
DSemaExprObjC.cpp3385 if (const ObjCPropertyDecl *Prop = Method->findPropertyDecl()) { in BuildInstanceMessage() local
DSemaLookup.cpp4657 if (ObjCPropertyDecl *Prop = Class->FindPropertyDeclaration( in LookupPotentialTypoResult() local
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DCodeGenTarget.h220 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
DCodeGenDAGPatterns.h476 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
DIndexSymbol.cpp587 applyForEachSymbolProperty(Props, [&](SymbolProperty Prop) { in printSymbolProperties()
DUSRGeneration.cpp1056 void clang::index::generateUSRForObjCProperty(StringRef Prop, bool isClassProp, in generateUSRForObjCProperty()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DBodyFarm.cpp704 static const ObjCIvarDecl *findBackingIvar(const ObjCPropertyDecl *Prop) { in findBackingIvar()
747 const ObjCPropertyDecl *Prop = nullptr; in createObjCPropertyGetter() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DJSON.h763 template <typename T> bool map(StringLiteral Prop, T &Out) { in map()
774 template <typename T> bool map(StringLiteral Prop, llvm::Optional<T> &Out) { in map()
785 template <typename T> bool mapOptional(StringLiteral Prop, T &Out) { in mapOptional()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDeclObjC.cpp396 for (auto *Prop : properties()) { in collectPropertiesToImplement() local
402 for (auto *Prop : ClassExt->properties()) { in collectPropertiesToImplement() local
1410 if (const ObjCPropertyDecl *Prop = Override->findPropertyDecl(false)) in findPropertyDecl() local
1983 for (auto *Prop : PDecl->properties()) { in collectPropertiesToImplement() local
2002 for (auto *Prop : PDecl->properties()) { in collectInheritedProtocolProperties() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
DTransProperties.cpp78 for (auto *Prop : D->instance_properties()) { in collectProperties() local
DObjCMT.cpp252 const ObjCPropertyDecl *Prop = Method->findPropertyDecl(); in rewriteToPropertyDotSyntax() local
594 for (auto *Prop : D->instance_properties()) { in migrateObjCContainerDecl() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp824 DbgValue(const ValueIDNum &Val, const DbgValueProperties &Prop, KindT Kind) in DbgValue()
829 DbgValue(unsigned BlockNo, const DbgValueProperties &Prop, KindT Kind) in DbgValue()
834 DbgValue(const MachineOperand &MO, const DbgValueProperties &Prop, KindT Kind) in DbgValue()
839 DbgValue(const DbgValueProperties &Prop, KindT Kind) in DbgValue()
1203 bool recoverAsEntryValue(const DebugVariable &Var, DbgValueProperties &Prop, in recoverAsEntryValue()
1321 auto &Prop = ActiveVLocs.find(Var)->second.Properties; in clobberMloc() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp300 const ObjCPropertyDecl *Prop, in findPropertyBackingIvar()
DCheckObjCDealloc.cpp945 const ObjCPropertyDecl *Prop = M.getAccessedProperty(); in getValueReleasedByNillingOut() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
DDwarf.cpp565 StringRef llvm::dwarf::ApplePropertyString(unsigned Prop) { in ApplePropertyString()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineFunction.cpp89 static const char *getPropertyName(MachineFunctionProperties::Property Prop) { in getPropertyName()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp5354 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCClassMetaData() local
5632 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCCategoryImplDecl() local
DRewriteModernObjC.cpp7030 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCClassMetaData() local
7280 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCCategoryImplDecl() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DAttributes.cpp498 AttributeProperty Prop) { in hasAttributeProperty()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDeclObjC.h2808 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; } in setPropertyDecl()