/aosp_15_r20/external/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
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 110 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 D | ScopeInfo.cpp | 137 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 D | DXILOpBuilder.cpp | 149 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 D | BodyFarm.cpp | 386 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/ |
D | metadata.rs | 222 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 D | metadata.rs | 222 struct Prop(Ident, LitStr); struct 224 impl Parse for Prop { implementation
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | DeclObjC.cpp | 372 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/ |
D | JSON.h | 841 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 D | JSON.h | 833 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/ |
D | JSON.h | 854 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/ |
D | JSON.h | 854 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/ |
D | JSON.h | 854 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 D | abstract-class-type-ivar.mm | 20 @property (nonatomic, readonly) const CppConcreteSub Prop; // expected-note {{property declared he… property
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | forward-protocol-incomplete-impl-warn.m | 8 @property int Prop; // expected-note {{property declared here}} property
|
H A D | objc-independent-class-attribute.m | 20 @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 D | JsonAppend.java | 88 public @interface Prop annotation
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | JSON.h | 695 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 D | CodeGenTarget.h | 209 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
|
/aosp_15_r20/build/make/tools/ |
H A D | post_process_props.py | 143 class Prop: class
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | Dwarf.cpp | 522 const char *llvm::dwarf::ApplePropertyString(unsigned Prop) { in ApplePropertyString()
|
/aosp_15_r20/frameworks/av/media/libmediametrics/include/media/ |
H A D | MediaMetricsItem.h | 767 Prop(const Prop& other) { in Prop() function 775 Prop(Prop&& other) noexcept { in Prop() function
|
/aosp_15_r20/external/clang/lib/ARCMigrate/ |
H A D | TransProperties.cpp | 79 for (auto *Prop : D->instance_properties()) { in collectProperties() local
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/ |
H A D | IvarInvalidationChecker.cpp | 301 const ObjCPropertyDecl *Prop, in findPropertyBackingIvar()
|
/aosp_15_r20/external/clang/lib/Index/ |
H A D | USRGeneration.cpp | 867 void clang::index::generateUSRForObjCProperty(StringRef Prop, raw_ostream &OS) { in generateUSRForObjCProperty()
|