Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/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
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp110 CheckPropertyAgainstProtocol(Sema &S, ObjCPropertyDecl *Prop, in CheckPropertyAgainstProtocol()
837 ObjCPropertyDecl *Prop = I->second; in DiagnosePropertyMismatchDeclInProtocols() local
859 static bool hasWrittenStorageAttribute(ObjCPropertyDecl *Prop, in hasWrittenStorageAttribute()
1542 for (auto *Prop : IDecl->properties()) { in CollectImmediateProperties() local
1562 for (auto *Prop : CATDecl->properties()) { in CollectImmediateProperties() local
1576 for (auto *Prop : PDecl->properties()) { in CollectImmediateProperties() local
1647 ObjCPropertyDecl *Prop) { in SuperClassImplementsProperty()
1680 ObjCPropertyDecl *Prop = PropertyOrder[i]; in DefaultSynthesizeProperties() local
1771 ObjCPropertyDecl *Prop, in DiagnoseUnimplementedAccessor()
1896 ObjCPropertyDecl *Prop = P->second; in DiagnoseUnimplementedProperties() local
[all …]
H A DScopeInfo.cpp137 const ObjCPropertyDecl *Prop) in WeakObjectProfileTy()
156 const ObjCPropertyDecl *Prop) { in recordUseOfWeak()
203 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) { in markSafeWeakUse() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp149 const OpCodeProperty &Prop) { in constructOverloadName()
223 static FunctionType *getDXILOpFunctionType(const OpCodeProperty *Prop, in getDXILOpFunctionType()
239 const OpCodeProperty *Prop = getOpCodeProperty(DXILOp); in getOrCreateDXILOpFunction() local
272 const OpCodeProperty *Prop = getOpCodeProperty(OpCode); in getOverloadTy() local
/aosp_15_r20/external/clang/lib/Analysis/
H A DBodyFarm.cpp386 static const ObjCIvarDecl *findBackingIvar(const ObjCPropertyDecl *Prop) { in findBackingIvar()
426 const ObjCPropertyDecl *Prop) { in createObjCPropertyGetter()
496 const ObjCPropertyDecl *Prop = D->findPropertyDecl(); in getBody() local
/aosp_15_r20/external/rust/android-crates-io/crates/strum_macros/src/helpers/
Dmetadata.rs222 struct Prop(Ident, LitStr); struct
224 impl Parse for Prop { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/strum_macros-0.25.3/src/helpers/
H A Dmetadata.rs222 struct Prop(Ident, LitStr); struct
224 impl Parse for Prop { implementation
/aosp_15_r20/external/clang/lib/AST/
H A DDeclObjC.cpp372 for (auto *Prop : properties()) { in collectPropertiesToImplement() local
378 for (auto *Prop : ClassExt->properties()) { in collectPropertiesToImplement() local
1302 if (const ObjCPropertyDecl *Prop = (*I)->findPropertyDecl(false)) in findPropertyDecl() local
1857 for (auto *Prop : PDecl->properties()) { in collectPropertiesToImplement() local
1876 for (auto *Prop : PDecl->properties()) { in collectInheritedProtocolProperties() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DJSON.h841 template <typename T> bool map(StringLiteral Prop, T &Out) { in map()
852 template <typename T> bool map(StringLiteral Prop, std::optional<T> &Out) { in map()
863 template <typename T> bool mapOptional(StringLiteral Prop, T &Out) { in mapOptional()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DJSON.h833 template <typename T> bool map(StringLiteral Prop, T &Out) { in map()
844 template <typename T> bool map(StringLiteral Prop, std::optional<T> &Out) { in map()
855 template <typename T> bool mapOptional(StringLiteral Prop, T &Out) { in mapOptional()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DJSON.h854 template <typename T> bool map(StringLiteral Prop, T &Out) { in map()
865 template <typename T> bool map(StringLiteral Prop, std::optional<T> &Out) { in map()
876 template <typename T> bool mapOptional(StringLiteral Prop, T &Out) { in mapOptional()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DJSON.h854 template <typename T> bool map(StringLiteral Prop, T &Out) { in map()
865 template <typename T> bool map(StringLiteral Prop, std::optional<T> &Out) { in map()
876 template <typename T> bool mapOptional(StringLiteral Prop, T &Out) { in mapOptional()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DJSON.h854 template <typename T> bool map(StringLiteral Prop, T &Out) { in map()
865 template <typename T> bool map(StringLiteral Prop, std::optional<T> &Out) { in map()
876 template <typename T> bool mapOptional(StringLiteral Prop, T &Out) { in mapOptional()
/aosp_15_r20/external/clang/test/SemaObjCXX/
H A Dabstract-class-type-ivar.mm20 @property (nonatomic, readonly) const CppConcreteSub Prop; // expected-note {{property declared he… property
/aosp_15_r20/external/clang/test/SemaObjC/
H A Dforward-protocol-incomplete-impl-warn.m8 @property int Prop; // expected-note {{property declared here}} property
H A Dobjc-independent-class-attribute.m20 @property (copy) NSObject *__attribute__((objc_independent_class)) Prop; // expected-warning {{'obj… property
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/annotation/
H A DJsonAppend.java88 public @interface Prop annotation
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DJSON.h695 template <typename T> bool map(StringRef Prop, T &Out) { in map()
704 template <typename T> bool map(StringRef Prop, llvm::Optional<T> &Out) { in map()
/aosp_15_r20/external/llvm/utils/TableGen/
H A DCodeGenTarget.h209 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
/aosp_15_r20/build/make/tools/
H A Dpost_process_props.py143 class Prop: class
/aosp_15_r20/external/llvm/lib/Support/
H A DDwarf.cpp522 const char *llvm::dwarf::ApplePropertyString(unsigned Prop) { in ApplePropertyString()
/aosp_15_r20/frameworks/av/media/libmediametrics/include/media/
H A DMediaMetricsItem.h767 Prop(const Prop& other) { in Prop() function
775 Prop(Prop&& other) noexcept { in Prop() function
/aosp_15_r20/external/clang/lib/ARCMigrate/
H A DTransProperties.cpp79 for (auto *Prop : D->instance_properties()) { in collectProperties() local
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp301 const ObjCPropertyDecl *Prop, in findPropertyBackingIvar()
/aosp_15_r20/external/clang/lib/Index/
H A DUSRGeneration.cpp867 void clang::index::generateUSRForObjCProperty(StringRef Prop, raw_ostream &OS) { in generateUSRForObjCProperty()

123