Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DScopeInfo.cpp132 const ObjCPropertyDecl *Prop) in WeakObjectProfileTy()
151 const ObjCPropertyDecl *Prop) { in recordUseOfWeak()
198 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) { in markSafeWeakUse() local
H A 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()
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 DSemaPseudoObject.cpp584 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty(); in isWeakProperty() local
H A DAnalysisBasedWarnings.cpp1489 if (const ObjCPropertyDecl *Prop = dyn_cast<ObjCPropertyDecl>(KeyProp)) in diagnoseRepeatedUseOfWeak() local
H A DSemaExprObjC.cpp3385 if (const ObjCPropertyDecl *Prop = Method->findPropertyDecl()) { in BuildInstanceMessage() local
H A DSemaLookup.cpp4647 if (ObjCPropertyDecl *Prop = Class->FindPropertyDeclaration( in LookupPotentialTypoResult() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenTarget.h220 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
H A DCodeGenDAGPatterns.h476 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexSymbol.cpp580 applyForEachSymbolProperty(Props, [&](SymbolProperty Prop) { in printSymbolProperties()
H A DUSRGeneration.cpp1056 void clang::index::generateUSRForObjCProperty(StringRef Prop, bool isClassProp, in generateUSRForObjCProperty()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DBodyFarm.cpp704 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 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A 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
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransProperties.cpp78 for (auto *Prop : D->instance_properties()) { in collectProperties() local
H A DObjCMT.cpp252 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 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp300 const ObjCPropertyDecl *Prop, in findPropertyBackingIvar()
H A DCheckObjCDealloc.cpp945 const ObjCPropertyDecl *Prop = M.getAccessedProperty(); in getValueReleasedByNillingOut() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp89 static const char *getPropertyName(MachineFunctionProperties::Property Prop) { in getPropertyName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DDwarf.cpp565 StringRef llvm::dwarf::ApplePropertyString(unsigned Prop) { in ApplePropertyString()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5366 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCClassMetaData() local
5644 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCCategoryImplDecl() local
H A DRewriteModernObjC.cpp7041 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 DDeclObjC.h2808 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; } in setPropertyDecl()