| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | ScopeInfo.cpp | 132 const ObjCPropertyDecl *Prop) in WeakObjectProfileTy() 151 const ObjCPropertyDecl *Prop) { in recordUseOfWeak() 198 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) { in markSafeWeakUse() local
|
| D | SemaObjCProperty.cpp | 107 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 …]
|
| D | SemaPseudoObject.cpp | 584 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty(); in isWeakProperty() local
|
| D | AnalysisBasedWarnings.cpp | 1489 if (const ObjCPropertyDecl *Prop = dyn_cast<ObjCPropertyDecl>(KeyProp)) in diagnoseRepeatedUseOfWeak() local
|
| D | SemaExprObjC.cpp | 3385 if (const ObjCPropertyDecl *Prop = Method->findPropertyDecl()) { in BuildInstanceMessage() local
|
| D | SemaLookup.cpp | 4657 if (ObjCPropertyDecl *Prop = Class->FindPropertyDeclaration( in LookupPotentialTypoResult() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/ |
| D | CodeGenTarget.h | 220 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
|
| D | CodeGenDAGPatterns.h | 476 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Index/ |
| D | IndexSymbol.cpp | 587 applyForEachSymbolProperty(Props, [&](SymbolProperty Prop) { in printSymbolProperties()
|
| D | USRGeneration.cpp | 1056 void clang::index::generateUSRForObjCProperty(StringRef Prop, bool isClassProp, in generateUSRForObjCProperty()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/ |
| D | BodyFarm.cpp | 704 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/ |
| D | JSON.h | 763 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/ |
| D | DeclObjC.cpp | 396 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/ |
| D | TransProperties.cpp | 78 for (auto *Prop : D->instance_properties()) { in collectProperties() local
|
| D | ObjCMT.cpp | 252 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/ |
| D | InstrRefBasedImpl.cpp | 824 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/ |
| D | IvarInvalidationChecker.cpp | 300 const ObjCPropertyDecl *Prop, in findPropertyBackingIvar()
|
| D | CheckObjCDealloc.cpp | 945 const ObjCPropertyDecl *Prop = M.getAccessedProperty(); in getValueReleasedByNillingOut() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| D | Dwarf.cpp | 565 StringRef llvm::dwarf::ApplePropertyString(unsigned Prop) { in ApplePropertyString()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | MachineFunction.cpp | 89 static const char *getPropertyName(MachineFunctionProperties::Property Prop) { in getPropertyName()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| D | RewriteObjC.cpp | 5354 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCClassMetaData() local 5632 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCCategoryImplDecl() local
|
| D | RewriteModernObjC.cpp | 7030 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/ |
| D | Attributes.cpp | 498 AttributeProperty Prop) { in hasAttributeProperty()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | DeclObjC.h | 2808 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; } in setPropertyDecl()
|