Home
last modified time | relevance | path

Searched refs:ObjCProperty (Results 1 – 18 of 18) sorted by relevance

/external/clang/lib/Sema/
DDelayedDiagnostic.cpp27 const ObjCPropertyDecl *ObjCProperty, in makeAvailability() argument
45 DD.DeprecationData.ObjCProperty = ObjCProperty; in makeAvailability()
DSemaDeclAttr.cpp5170 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()
DSemaCodeComplete.cpp2978 case Decl::ObjCProperty: return CXCursor_ObjCPropertyDecl; in getCursorKindForDecl()
/external/clang/include/clang/Sema/
DDelayedDiagnostic.h129 const ObjCPropertyDecl *ObjCProperty,
204 return DeprecationData.ObjCProperty; in getObjCProperty()
216 const ObjCPropertyDecl *ObjCProperty; member
DSema.h3301 const ObjCPropertyDecl *ObjCProperty,
/external/clang/test/Index/
Dprint-usrs.c8 ObjCProperty gimme c:objc(cs)NSObject
/external/clang/test/Misc/
Dast-dump-decl.m121 // CHECK-NEXT: ObjCProperty{{.*}} 'foo'
125 // CHECK-NEXT: ObjCProperty{{.*}} 'bar'
/external/clang/include/clang/Basic/
DDeclNodes.td71 def ObjCProperty : DDecl<Named>;
DAttr.td500 // 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/
DASTCommon.cpp204 case Decl::ObjCProperty: in isRedeclarableDeclKind()
/external/clang/lib/Frontend/
DASTConsumers.cpp449 case Decl::ObjCProperty: { in PrintDeclContext()
/external/clang/include/clang/AST/
DDeclObjC.h2236 : NamedDecl(ObjCProperty, DC, L, Id), AtLoc(AtLocation), in ObjCPropertyDecl()
2364 static bool classofKind(Kind K) { return K == ObjCProperty; } in classofKind()
/external/clang/lib/AST/
DCommentSema.cpp854 return ThisDeclInfo->CurrentDecl->getKind() == Decl::ObjCProperty; in isObjCPropertyDecl()
DDeclBase.cpp536 case ObjCProperty: in getIdentifierNamespaceForKind()
DDecl.cpp1236 case Decl::ObjCProperty: in computeLVForDecl()
/external/clang/tools/libclang/
DIndexingContext.cpp1010 case Decl::ObjCProperty: in getEntityInfo()
DCIndex.cpp5136 case Decl::ObjCProperty: in clang_getCursorDefinition()
6289 case Decl::ObjCProperty: in getDeclLanguage()
/external/clang/lib/CodeGen/
DCGDecl.cpp69 case Decl::ObjCProperty: in EmitDecl()