Home
last modified time | relevance | path

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

12

/llvm-project/clang/test/ARCMT/
H A Dobjcmt-protocol-conformance.m51 @property (copy) id Prop; property
55 @property (copy) id Prop; property
66 @property (copy) id Prop; property
70 @property (copy) id Prop; property
74 @property (copy) id Prop; property
/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp135 : Base(nullptr, true), Property(Prop) { in WeakObjectProfileTy() argument
154 assert(Msg && Prop); in recordUseOfWeak() argument
201 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) { markSafeWeakUse() local
H A DSemaObjCProperty.cpp851 if (Property->isReadOnly() && !Prop.value()->isReadOnly()) { in SelectPropertyForSynthesisFromProtocols() local
108 CheckPropertyAgainstProtocol(Sema & S,ObjCPropertyDecl * Prop,ObjCProtocolDecl * Proto,llvm::SmallPtrSetImpl<ObjCProtocolDecl * > & Known) CheckPropertyAgainstProtocol() argument
875 const ObjCPropertyDecl *Prop; SelectPropertyForSynthesisFromProtocols() member
999 hasWrittenStorageAttribute(ObjCPropertyDecl * Prop,ObjCPropertyQueryKind QueryKind) hasWrittenStorageAttribute() argument
1740 for (auto *Prop : IDecl->properties()) { CollectImmediateProperties() local
1760 for (auto *Prop : CATDecl->properties()) { CollectImmediateProperties() local
1774 for (auto *Prop : PDecl->properties()) { CollectImmediateProperties() local
1844 SuperClassImplementsProperty(ObjCInterfaceDecl * IDecl,ObjCPropertyDecl * Prop) SuperClassImplementsProperty() argument
1878 ObjCPropertyDecl *Prop = PropEntry.second; DefaultSynthesizeProperties() local
1977 DiagnoseUnimplementedAccessor(Sema & S,ObjCInterfaceDecl * PrimaryClass,Selector Method,ObjCImplDecl * IMPDecl,ObjCContainerDecl * CDecl,ObjCCategoryDecl * C,ObjCPropertyDecl * Prop,llvm::SmallPtrSet<const ObjCMethodDecl *,8> & SMap) DiagnoseUnimplementedAccessor() argument
2100 ObjCPropertyDecl *Prop = P->second; DiagnoseUnimplementedProperties() local
2150 for (auto *Prop : IDecl->properties()) AtomicPropertySetterGetterRules() local
2153 for (auto *Prop : Ext->properties()) AtomicPropertySetterGetterRules() local
[all...]
/llvm-project/clang/test/SemaObjCXX/
H A Dabstract-class-type-ivar.mm18 @property (nonatomic, readonly) const CppConcreteSub Prop; // expected-note {{property declared he… property
/llvm-project/clang/test/SemaObjC/
H A Dforward-protocol-incomplete-impl-warn.m7 @property int Prop; // expected-note {{property declared here}} property
H A Dobjc-independent-class-attribute.m19 @property (copy) NSObject *__attribute__((objc_independent_class)) Prop; // expected-warning {{'obj… property
/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp149 constructOverloadName(OverloadKind Kind,Type * Ty,const OpCodeProperty & Prop) constructOverloadName() argument
231 getDXILOpFunctionType(const OpCodeProperty * Prop,Type * ReturnTy,Type * OverloadTy) getDXILOpFunctionType() argument
258 const OpCodeProperty *Prop = getOpCodeProperty(OpCode); createDXILOpCall() local
281 const OpCodeProperty *Prop = getOpCodeProperty(OpCode); getOverloadTy() local
[all...]
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DValueTest.cpp52 TopBoolValue Prop(A.makeAtomRef(Atom(0))); in TEST() local
75 TopBoolValue Prop(A.makeAtomRef(Atom(0))); in TEST() local
H A DSignAnalysisTest.cpp467 auto *Prop = Val->getProperty(Property); in getProperty() local
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.h249 hasProperty(enum SDNP Prop) hasProperty() argument
/llvm-project/clang-tools-extra/clangd/unittests/support/
H A DTraceTests.cpp107 auto Prop = Root->begin(); in TEST() local
/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp591 applyForEachSymbolProperty(Props, [&](SymbolProperty Prop) { in printSymbolProperties()
H A DUSRGeneration.cpp1160 generateUSRForObjCProperty(StringRef Prop,bool isClassProp,raw_ostream & OS) generateUSRForObjCProperty() argument
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DObjCMemberwiseInitializer.cpp115 for (const auto *Prop : ID->properties()) { in getAllParams() local
/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp746 static const ObjCIvarDecl *findBackingIvar(const ObjCPropertyDecl *Prop) { in findBackingIvar() argument
789 const ObjCPropertyDecl *Prop = nullptr; in createObjCPropertyGetter() local
[all...]
/llvm-project/llvm/include/llvm/Support/
H A DJSON.h856 template <typename T> bool map(StringLiteral Prop, T &Out) { in map()
867 template <typename T> bool map(StringLiteral Prop, std::optional<T> &Out) { in map()
878 template <typename T> bool mapOptional(StringLiteral Prop, T &Out) { in mapOptional()
/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp239 return Prop; in getProperty() local
406 for (auto *Prop : properties()) { collectPropertiesToImplement() local
411 for (auto *Prop : ClassExt->properties()) { collectPropertiesToImplement() local
1461 if (const ObjCPropertyDecl *Prop = Override->findPropertyDecl(false)) findPropertyDecl() local
2044 for (auto *Prop : PDecl->properties()) { collectPropertiesToImplement() local
2062 for (auto *Prop : PDecl->properties()) { collectInheritedProtocolProperties() local
[all...]
/llvm-project/clang/lib/ARCMigrate/
H A DTransProperties.cpp78 for (auto *Prop : D->instance_properties()) { in collectProperties() local
H A DObjCMT.cpp249 const ObjCPropertyDecl *Prop = Method->findPropertyDecl(); rewriteToPropertyDotSyntax() local
590 for (auto *Prop : D->instance_properties()) { migrateObjCContainerDecl() local
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.cpp108 for (const auto& Prop : V.properties()) in dump() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp300 const ObjCPropertyDecl *Prop, in findPropertyBackingIvar()
H A DCheckObjCDealloc.cpp936 const ObjCPropertyDecl *Prop = M.getAccessedProperty(); in getValueReleasedByNillingOut() local
H A DGenericTaintChecker.cpp290 static GenericTaintRule Prop(ArgSet &&SrcArgs, ArgSet &&DstArgs) { Prop() function in __anon146649730111::GenericTaintRule
[all...]
/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp872 auto *Prop = Env.getValue(locForHasValue(*OptionalLoc)); diagnoseUnwrapCall() local
/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp642 StringRef llvm::dwarf::ApplePropertyString(unsigned Prop) { in ApplePropertyString()

12