/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A 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
|
H A 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() 1762 for (auto *Prop : IDecl->properties()) { in CollectImmediateProperties() local 1782 for (auto *Prop : CATDecl->properties()) { in CollectImmediateProperties() local 1796 for (auto *Prop : PDecl->properties()) { in CollectImmediateProperties() local 1867 ObjCPropertyDecl *Prop) { in SuperClassImplementsProperty() 1901 ObjCPropertyDecl *Prop = PropertyOrder[i]; in DefaultSynthesizeProperties() local 1999 ObjCPropertyDecl *Prop, in DiagnoseUnimplementedAccessor() [all …]
|
H A D | SemaPseudoObject.cpp | 584 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty(); in isWeakProperty() local
|
H A D | AnalysisBasedWarnings.cpp | 1489 if (const ObjCPropertyDecl *Prop = dyn_cast<ObjCPropertyDecl>(KeyProp)) in diagnoseRepeatedUseOfWeak() local
|
H A D | SemaExprObjC.cpp | 3385 if (const ObjCPropertyDecl *Prop = Method->findPropertyDecl()) { in BuildInstanceMessage() local
|
H A D | SemaLookup.cpp | 4647 if (ObjCPropertyDecl *Prop = Class->FindPropertyDeclaration( in LookupPotentialTypoResult() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenTarget.h | 220 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
|
H A D | CodeGenDAGPatterns.h | 476 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
H A D | IndexSymbol.cpp | 580 applyForEachSymbolProperty(Props, [&](SymbolProperty Prop) { in printSymbolProperties()
|
H A D | USRGeneration.cpp | 1056 void clang::index::generateUSRForObjCProperty(StringRef Prop, bool isClassProp, in generateUSRForObjCProperty()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | BodyFarm.cpp | 704 static const ObjCIvarDecl *findBackingIvar(const ObjCPropertyDecl *Prop) { in findBackingIvar() 747 const ObjCPropertyDecl *Prop = nullptr; in createObjCPropertyGetter() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A 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()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A 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
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
H A D | TransProperties.cpp | 78 for (auto *Prop : D->instance_properties()) { in collectProperties() local
|
H A D | ObjCMT.cpp | 252 const ObjCPropertyDecl *Prop = Method->findPropertyDecl(); in rewriteToPropertyDotSyntax() local 594 for (auto *Prop : D->instance_properties()) { in migrateObjCContainerDecl() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/ |
H A 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()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | IvarInvalidationChecker.cpp | 300 const ObjCPropertyDecl *Prop, in findPropertyBackingIvar()
|
H A D | CheckObjCDealloc.cpp | 945 const ObjCPropertyDecl *Prop = M.getAccessedProperty(); in getValueReleasedByNillingOut() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineFunction.cpp | 89 static const char *getPropertyName(MachineFunctionProperties::Property Prop) { in getPropertyName()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/ |
H A D | Dwarf.cpp | 565 StringRef llvm::dwarf::ApplePropertyString(unsigned Prop) { in ApplePropertyString()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 5366 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCClassMetaData() local 5644 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCCategoryImplDecl() local
|
H A D | RewriteModernObjC.cpp | 7041 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCClassMetaData() local 7291 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCCategoryImplDecl() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | DeclObjC.h | 2808 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; } in setPropertyDecl()
|