Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DDelayedDiagnostic.cpp27 const ObjCPropertyDecl *ObjCProperty, in makeAvailability() argument
45 DD.DeprecationData.ObjCProperty = ObjCProperty; in makeAvailability()
DSemaDeclAttr.cpp6253 const ObjCPropertyDecl *ObjCProperty, in DoEmitAvailabilityWarning() argument
6358 if (ObjCProperty) in DoEmitAvailabilityWarning()
6359 S.Diag(ObjCProperty->getLocation(), diag::note_property_attribute) in DoEmitAvailabilityWarning()
6360 << ObjCProperty->getDeclName() << property_note_select; in DoEmitAvailabilityWarning()
6365 if (ObjCProperty) in DoEmitAvailabilityWarning()
6366 S.Diag(ObjCProperty->getLocation(), diag::note_property_attribute) in DoEmitAvailabilityWarning()
6367 << ObjCProperty->getDeclName() << property_note_select; in DoEmitAvailabilityWarning()
6473 const ObjCPropertyDecl *ObjCProperty, in EmitAvailabilityWarning() argument
6478 AD, Loc, D, UnknownObjCClass, ObjCProperty, Message, in EmitAvailabilityWarning()
6485 ObjCProperty, ObjCPropertyAccess); in EmitAvailabilityWarning()
DSemaCodeComplete.cpp3046 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.h3626 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.td78 def ObjCProperty : DDecl<Named>;
DAttr.td555 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>;
561 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>;
880 // let Subjects = [ObjCIvar, ObjCProperty];
887 // let Subjects = [ObjCIvar, ObjCProperty];
1195 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>;
1201 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>;
1207 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>;
1257 let Subjects = SubjectList<[ObjCMethod, ObjCProperty], ErrorDiag>;
1403 ObjCMethod, ObjCProperty], ErrorDiag,
/external/clang/lib/Serialization/
DASTCommon.cpp291 case Decl::ObjCProperty: in isRedeclarableDeclKind()
/external/clang/lib/Frontend/
DASTConsumers.cpp447 case Decl::ObjCProperty: { in PrintDeclContext()
/external/clang/lib/Index/
DIndexSymbol.cpp150 case Decl::ObjCProperty: in getSymbolInfo()
/external/clang/lib/Format/
DFormatToken.h71 TYPE(ObjCProperty) \
/external/clang/include/clang/AST/
DDeclObjC.h752 : NamedDecl(ObjCProperty, DC, L, Id), AtLoc(AtLocation), in ObjCPropertyDecl()
894 static bool classofKind(Kind K) { return K == ObjCProperty; } in classofKind()
/external/clang/lib/AST/
DCommentSema.cpp852 return ThisDeclInfo->CurrentDecl->getKind() == Decl::ObjCProperty; in isObjCPropertyDecl()
DDeclBase.cpp605 case ObjCProperty: in getIdentifierNamespaceForKind()
DDecl.cpp1276 case Decl::ObjCProperty: in computeLVForDecl()
/external/clang/lib/CodeGen/
DCGDecl.cpp74 case Decl::ObjCProperty: in EmitDecl()
/external/clang/tools/libclang/
DCIndex.cpp5761 case Decl::ObjCProperty: in clang_getCursorDefinition()
6924 case Decl::ObjCProperty: in getDeclLanguage()