/external/clang/lib/Sema/ |
D | DelayedDiagnostic.cpp | 27 const ObjCPropertyDecl *ObjCProperty, in makeAvailability() argument 45 DD.DeprecationData.ObjCProperty = ObjCProperty; in makeAvailability()
|
D | SemaDeclAttr.cpp | 6253 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()
|
D | SemaCodeComplete.cpp | 3046 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 | 3626 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 | 78 def ObjCProperty : DDecl<Named>;
|
D | Attr.td | 555 // 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/ |
D | ASTCommon.cpp | 291 case Decl::ObjCProperty: in isRedeclarableDeclKind()
|
/external/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 447 case Decl::ObjCProperty: { in PrintDeclContext()
|
/external/clang/lib/Index/ |
D | IndexSymbol.cpp | 150 case Decl::ObjCProperty: in getSymbolInfo()
|
/external/clang/lib/Format/ |
D | FormatToken.h | 71 TYPE(ObjCProperty) \
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 752 : NamedDecl(ObjCProperty, DC, L, Id), AtLoc(AtLocation), in ObjCPropertyDecl() 894 static bool classofKind(Kind K) { return K == ObjCProperty; } in classofKind()
|
/external/clang/lib/AST/ |
D | CommentSema.cpp | 852 return ThisDeclInfo->CurrentDecl->getKind() == Decl::ObjCProperty; in isObjCPropertyDecl()
|
D | DeclBase.cpp | 605 case ObjCProperty: in getIdentifierNamespaceForKind()
|
D | Decl.cpp | 1276 case Decl::ObjCProperty: in computeLVForDecl()
|
/external/clang/lib/CodeGen/ |
D | CGDecl.cpp | 74 case Decl::ObjCProperty: in EmitDecl()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 5761 case Decl::ObjCProperty: in clang_getCursorDefinition() 6924 case Decl::ObjCProperty: in getDeclLanguage()
|