Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DDelayedDiagnostic.cpp25 const ObjCPropertyDecl *ObjCProperty, in makeDeprecation() argument
33 DD.DeprecationData.ObjCProperty = ObjCProperty; in makeDeprecation()
DSemaDeclAttr.cpp5350 const ObjCPropertyDecl *ObjCProperty) { in EmitDeprecationWarning() argument
5355 ObjCProperty, in EmitDeprecationWarning()
5363 DoEmitDeprecationWarning(*this, D, Message, Loc, UnknownObjCClass, ObjCProperty); in EmitDeprecationWarning()
DSemaCodeComplete.cpp2937 case Decl::ObjCProperty: return CXCursor_ObjCPropertyDecl; in getCursorKindForDecl()
/external/clang/include/clang/Sema/
DDelayedDiagnostic.h127 const ObjCPropertyDecl *ObjCProperty,
198 return DeprecationData.ObjCProperty; in getObjCProperty()
206 const ObjCPropertyDecl *ObjCProperty; member
DSema.h3018 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.td70 def ObjCProperty : DDecl<Named>;
/external/clang/lib/Serialization/
DASTCommon.cpp200 case Decl::ObjCProperty: in isRedeclarableDeclKind()
/external/clang/lib/Frontend/
DASTConsumers.cpp442 case Decl::ObjCProperty: { in PrintDeclContext()
/external/clang/include/clang/AST/
DDeclObjC.h2029 : NamedDecl(ObjCProperty, DC, L, Id), AtLoc(AtLocation), in ObjCPropertyDecl()
2155 static bool classofKind(Kind K) { return K == ObjCProperty; } in classofKind()
/external/clang/lib/AST/
DCommentSema.cpp840 return ThisDeclInfo->CurrentDecl->getKind() == Decl::ObjCProperty; in isObjCPropertyDecl()
DDeclBase.cpp495 case ObjCProperty: in getIdentifierNamespaceForKind()
DDecl.cpp1112 case Decl::ObjCProperty: in computeLVForDecl()
/external/clang/tools/libclang/
DIndexingContext.cpp1009 case Decl::ObjCProperty: in getEntityInfo()
DCIndex.cpp4670 case Decl::ObjCProperty: in clang_getCursorDefinition()
5788 case Decl::ObjCProperty: in getDeclLanguage()
/external/clang/lib/CodeGen/
DCGDecl.cpp67 case Decl::ObjCProperty: in EmitDecl()