Searched refs:ObjCProperty (Results 1 – 18 of 18) sorted by relevance
/external/clang/lib/Sema/ |
D | DelayedDiagnostic.cpp | 27 const ObjCPropertyDecl *ObjCProperty, in makeAvailability() argument 45 DD.DeprecationData.ObjCProperty = ObjCProperty; in makeAvailability()
|
D | SemaDeclAttr.cpp | 5170 const ObjCPropertyDecl *ObjCProperty, in DoEmitAvailabilityWarning() argument 5216 if (ObjCProperty) in DoEmitAvailabilityWarning() 5217 S.Diag(ObjCProperty->getLocation(), diag::note_property_attribute) in DoEmitAvailabilityWarning() 5218 << ObjCProperty->getDeclName() << property_note_select; in DoEmitAvailabilityWarning() 5221 if (ObjCProperty) in DoEmitAvailabilityWarning() 5222 S.Diag(ObjCProperty->getLocation(), diag::note_property_attribute) in DoEmitAvailabilityWarning() 5223 << ObjCProperty->getDeclName() << property_note_select; in DoEmitAvailabilityWarning() 5308 const ObjCPropertyDecl *ObjCProperty, in EmitAvailabilityWarning() argument 5313 AD, Loc, D, UnknownObjCClass, ObjCProperty, Message, in EmitAvailabilityWarning() 5320 ObjCProperty, ObjCPropertyAccess); in EmitAvailabilityWarning()
|
D | SemaCodeComplete.cpp | 2978 case Decl::ObjCProperty: return CXCursor_ObjCPropertyDecl; in getCursorKindForDecl()
|
/external/clang/include/clang/Sema/ |
D | DelayedDiagnostic.h | 129 const ObjCPropertyDecl *ObjCProperty, 204 return DeprecationData.ObjCProperty; in getObjCProperty() 216 const ObjCPropertyDecl *ObjCProperty; member
|
D | Sema.h | 3301 const ObjCPropertyDecl *ObjCProperty,
|
/external/clang/test/Index/ |
D | print-usrs.c | 8 ObjCProperty gimme c:objc(cs)NSObject
|
/external/clang/test/Misc/ |
D | ast-dump-decl.m | 121 // CHECK-NEXT: ObjCProperty{{.*}} 'foo' 125 // CHECK-NEXT: ObjCProperty{{.*}} 'bar'
|
/external/clang/include/clang/Basic/ |
D | DeclNodes.td | 71 def ObjCProperty : DDecl<Named>;
|
D | Attr.td | 500 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>; 506 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>; 790 // let Subjects = [ObjCIvar, ObjCProperty]; 797 // let Subjects = [ObjCIvar, ObjCProperty]; 1017 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>; 1023 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>; 1029 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>; 1079 let Subjects = SubjectList<[ObjCMethod, ObjCProperty], ErrorDiag>; 1212 ObjCMethod, ObjCProperty], ErrorDiag,
|
/external/clang/lib/Serialization/ |
D | ASTCommon.cpp | 204 case Decl::ObjCProperty: in isRedeclarableDeclKind()
|
/external/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 449 case Decl::ObjCProperty: { in PrintDeclContext()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 2236 : NamedDecl(ObjCProperty, DC, L, Id), AtLoc(AtLocation), in ObjCPropertyDecl() 2364 static bool classofKind(Kind K) { return K == ObjCProperty; } in classofKind()
|
/external/clang/lib/AST/ |
D | CommentSema.cpp | 854 return ThisDeclInfo->CurrentDecl->getKind() == Decl::ObjCProperty; in isObjCPropertyDecl()
|
D | DeclBase.cpp | 536 case ObjCProperty: in getIdentifierNamespaceForKind()
|
D | Decl.cpp | 1236 case Decl::ObjCProperty: in computeLVForDecl()
|
/external/clang/tools/libclang/ |
D | IndexingContext.cpp | 1010 case Decl::ObjCProperty: in getEntityInfo()
|
D | CIndex.cpp | 5136 case Decl::ObjCProperty: in clang_getCursorDefinition() 6289 case Decl::ObjCProperty: in getDeclLanguage()
|
/external/clang/lib/CodeGen/ |
D | CGDecl.cpp | 69 case Decl::ObjCProperty: in EmitDecl()
|