Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DDelayedDiagnostic.cpp27 const ObjCPropertyDecl *ObjCProperty, in makeAvailability() argument
43 DD.DeprecationData.ObjCProperty = ObjCProperty; in makeAvailability()
H A DSemaDeclAttr.cpp5065 const ObjCPropertyDecl *ObjCProperty, in DoEmitAvailabilityWarning() argument
5106 if (ObjCProperty) in DoEmitAvailabilityWarning()
5107 S.Diag(ObjCProperty->getLocation(), diag::note_property_attribute) in DoEmitAvailabilityWarning()
5108 << ObjCProperty->getDeclName() << property_note_select; in DoEmitAvailabilityWarning()
5111 if (ObjCProperty) in DoEmitAvailabilityWarning()
5112 S.Diag(ObjCProperty->getLocation(), diag::note_property_attribute) in DoEmitAvailabilityWarning()
5113 << ObjCProperty->getDeclName() << property_note_select; in DoEmitAvailabilityWarning()
5192 const ObjCPropertyDecl *ObjCProperty, in EmitAvailabilityWarning() argument
5197 AD, Loc, D, UnknownObjCClass, ObjCProperty, Message, in EmitAvailabilityWarning()
5214 UnknownObjCClass, ObjCProperty, ObjCPropertyAccess); in EmitAvailabilityWarning()
H A DSemaCodeComplete.cpp2932 case Decl::ObjCProperty: return CXCursor_ObjCPropertyDecl; in getCursorKindForDecl()
/minix/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDelayedDiagnostic.h129 const ObjCPropertyDecl *ObjCProperty,
204 return DeprecationData.ObjCProperty; in getObjCProperty()
216 const ObjCPropertyDecl *ObjCProperty; member
H A DSema.h3355 const ObjCPropertyDecl *ObjCProperty,
/minix/external/bsd/llvm/dist/clang/test/Index/
H A Dprint-usrs.c8 ObjCProperty gimme c:objc(cs)NSObject
/minix/external/bsd/llvm/dist/clang/test/Misc/
H A Dast-dump-decl.m121 // CHECK-NEXT: ObjCProperty{{.*}} 'foo'
125 // CHECK-NEXT: ObjCProperty{{.*}} 'bar'
/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DDeclNodes.td70 def ObjCProperty : DDecl<Named>;
H A DAttr.td493 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>;
499 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>;
759 // let Subjects = [ObjCIvar, ObjCProperty];
766 // let Subjects = [ObjCIvar, ObjCProperty];
985 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>;
991 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>;
997 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>;
1042 let Subjects = SubjectList<[ObjCMethod, ObjCProperty], ErrorDiag>;
1181 ObjCMethod, ObjCProperty], ErrorDiag,
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTCommon.cpp199 case Decl::ObjCProperty: in isRedeclarableDeclKind()
/minix/external/bsd/llvm/dist/clang/lib/Frontend/
H A DASTConsumers.cpp450 case Decl::ObjCProperty: { in PrintDeclContext()
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h2233 : NamedDecl(ObjCProperty, DC, L, Id), AtLoc(AtLocation), in ObjCPropertyDecl()
2361 static bool classofKind(Kind K) { return K == ObjCProperty; } in classofKind()
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp854 return ThisDeclInfo->CurrentDecl->getKind() == Decl::ObjCProperty; in isObjCPropertyDecl()
H A DDeclBase.cpp522 case ObjCProperty: in getIdentifierNamespaceForKind()
H A DDecl.cpp1236 case Decl::ObjCProperty: in computeLVForDecl()
/minix/external/bsd/llvm/dist/clang/tools/libclang/
H A DIndexingContext.cpp1010 case Decl::ObjCProperty: in getEntityInfo()
H A DCIndex.cpp5072 case Decl::ObjCProperty: in clang_getCursorDefinition()
6225 case Decl::ObjCProperty: in getDeclLanguage()
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp68 case Decl::ObjCProperty: in EmitDecl()