/llvm-project/clang/test/ARCMT/ |
H A D | objcmt-protocol-conformance.m | 51 @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 D | ScopeInfo.cpp | 135 : 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 D | SemaObjCProperty.cpp | 851 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 D | abstract-class-type-ivar.mm | 18 @property (nonatomic, readonly) const CppConcreteSub Prop; // expected-note {{property declared he… property
|
/llvm-project/clang/test/SemaObjC/ |
H A D | forward-protocol-incomplete-impl-warn.m | 7 @property int Prop; // expected-note {{property declared here}} property
|
H A D | objc-independent-class-attribute.m | 19 @property (copy) NSObject *__attribute__((objc_independent_class)) Prop; // expected-warning {{'obj… property
|
/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILOpBuilder.cpp | 149 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 D | ValueTest.cpp | 52 TopBoolValue Prop(A.makeAtomRef(Atom(0))); in TEST() local 75 TopBoolValue Prop(A.makeAtomRef(Atom(0))); in TEST() local
|
H A D | SignAnalysisTest.cpp | 467 auto *Prop = Val->getProperty(Property); in getProperty() local
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenTarget.h | 249 hasProperty(enum SDNP Prop) hasProperty() argument
|
/llvm-project/clang-tools-extra/clangd/unittests/support/ |
H A D | TraceTests.cpp | 107 auto Prop = Root->begin(); in TEST() local
|
/llvm-project/clang/lib/Index/ |
H A D | IndexSymbol.cpp | 591 applyForEachSymbolProperty(Props, [&](SymbolProperty Prop) { in printSymbolProperties()
|
H A D | USRGeneration.cpp | 1160 generateUSRForObjCProperty(StringRef Prop,bool isClassProp,raw_ostream & OS) generateUSRForObjCProperty() argument
|
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
H A D | ObjCMemberwiseInitializer.cpp | 115 for (const auto *Prop : ID->properties()) { in getAllParams() local
|
/llvm-project/clang/lib/Analysis/ |
H A D | BodyFarm.cpp | 746 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 D | JSON.h | 856 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 D | DeclObjC.cpp | 239 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 D | TransProperties.cpp | 78 for (auto *Prop : D->instance_properties()) { in collectProperties() local
|
H A D | ObjCMT.cpp | 249 const ObjCPropertyDecl *Prop = Method->findPropertyDecl(); rewriteToPropertyDotSyntax() local 590 for (auto *Prop : D->instance_properties()) { migrateObjCContainerDecl() local
|
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | HTMLLogger.cpp | 108 for (const auto& Prop : V.properties()) in dump() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | IvarInvalidationChecker.cpp | 300 const ObjCPropertyDecl *Prop, in findPropertyBackingIvar()
|
H A D | CheckObjCDealloc.cpp | 936 const ObjCPropertyDecl *Prop = M.getAccessedProperty(); in getValueReleasedByNillingOut() local
|
H A D | GenericTaintChecker.cpp | 290 static GenericTaintRule Prop(ArgSet &&SrcArgs, ArgSet &&DstArgs) { Prop() function in __anon146649730111::GenericTaintRule [all...] |
/llvm-project/clang/lib/Analysis/FlowSensitive/Models/ |
H A D | UncheckedOptionalAccessModel.cpp | 872 auto *Prop = Env.getValue(locForHasValue(*OptionalLoc)); diagnoseUnwrapCall() local
|
/llvm-project/llvm/lib/BinaryFormat/ |
H A D | Dwarf.cpp | 642 StringRef llvm::dwarf::ApplePropertyString(unsigned Prop) { in ApplePropertyString()
|