Searched refs:ObjCProperty (Results 1 – 17 of 17) sorted by relevance
/external/clang/lib/Sema/ |
D | DelayedDiagnostic.cpp | 25 const ObjCPropertyDecl *ObjCProperty, in makeDeprecation() argument 33 DD.DeprecationData.ObjCProperty = ObjCProperty; in makeDeprecation()
|
D | SemaDeclAttr.cpp | 5350 const ObjCPropertyDecl *ObjCProperty) { in EmitDeprecationWarning() argument 5355 ObjCProperty, in EmitDeprecationWarning() 5363 DoEmitDeprecationWarning(*this, D, Message, Loc, UnknownObjCClass, ObjCProperty); in EmitDeprecationWarning()
|
D | SemaCodeComplete.cpp | 2937 case Decl::ObjCProperty: return CXCursor_ObjCPropertyDecl; in getCursorKindForDecl()
|
/external/clang/include/clang/Sema/ |
D | DelayedDiagnostic.h | 127 const ObjCPropertyDecl *ObjCProperty, 198 return DeprecationData.ObjCProperty; in getObjCProperty() 206 const ObjCPropertyDecl *ObjCProperty; member
|
D | Sema.h | 3018 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 | 70 def ObjCProperty : DDecl<Named>;
|
/external/clang/lib/Serialization/ |
D | ASTCommon.cpp | 200 case Decl::ObjCProperty: in isRedeclarableDeclKind()
|
/external/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 442 case Decl::ObjCProperty: { in PrintDeclContext()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 2029 : NamedDecl(ObjCProperty, DC, L, Id), AtLoc(AtLocation), in ObjCPropertyDecl() 2155 static bool classofKind(Kind K) { return K == ObjCProperty; } in classofKind()
|
/external/clang/lib/AST/ |
D | CommentSema.cpp | 840 return ThisDeclInfo->CurrentDecl->getKind() == Decl::ObjCProperty; in isObjCPropertyDecl()
|
D | DeclBase.cpp | 495 case ObjCProperty: in getIdentifierNamespaceForKind()
|
D | Decl.cpp | 1112 case Decl::ObjCProperty: in computeLVForDecl()
|
/external/clang/tools/libclang/ |
D | IndexingContext.cpp | 1009 case Decl::ObjCProperty: in getEntityInfo()
|
D | CIndex.cpp | 4670 case Decl::ObjCProperty: in clang_getCursorDefinition() 5788 case Decl::ObjCProperty: in getDeclLanguage()
|
/external/clang/lib/CodeGen/ |
D | CGDecl.cpp | 67 case Decl::ObjCProperty: in EmitDecl()
|