Searched refs:ObjCProperty (Results 1 – 14 of 14) sorted by relevance
| /trueos/contrib/llvm/tools/clang/lib/Sema/ |
| HD | DelayedDiagnostic.cpp | 25 const ObjCPropertyDecl *ObjCProperty, in makeDeprecation() argument 33 DD.DeprecationData.ObjCProperty = ObjCProperty; in makeDeprecation()
|
| HD | SemaDeclAttr.cpp | 5273 const ObjCPropertyDecl *ObjCProperty) { in EmitDeprecationWarning() argument 5278 ObjCProperty, in EmitDeprecationWarning() 5286 DoEmitDeprecationWarning(*this, D, Message, Loc, UnknownObjCClass, ObjCProperty); in EmitDeprecationWarning()
|
| HD | SemaCodeComplete.cpp | 2940 case Decl::ObjCProperty: return CXCursor_ObjCPropertyDecl; in getCursorKindForDecl()
|
| /trueos/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | DelayedDiagnostic.h | 128 const ObjCPropertyDecl *ObjCProperty, 199 return DeprecationData.ObjCProperty; in getObjCProperty() 207 const ObjCPropertyDecl *ObjCProperty; member
|
| HD | Sema.h | 3089 const ObjCPropertyDecl *ObjCProperty);
|
| /trueos/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | DeclNodes.td | 70 def ObjCProperty : DDecl<Named>;
|
| HD | Attr.td | 601 let Subjects = [ObjCMethod, ObjCProperty];
|
| /trueos/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTCommon.cpp | 200 case Decl::ObjCProperty: in isRedeclarableDeclKind()
|
| /trueos/contrib/llvm/tools/clang/lib/Frontend/ |
| HD | ASTConsumers.cpp | 442 case Decl::ObjCProperty: { in PrintDeclContext()
|
| /trueos/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | DeclObjC.h | 2034 : NamedDecl(ObjCProperty, DC, L, Id), AtLoc(AtLocation), in ObjCPropertyDecl() 2160 static bool classofKind(Kind K) { return K == ObjCProperty; } in classofKind()
|
| /trueos/contrib/llvm/tools/clang/lib/AST/ |
| HD | CommentSema.cpp | 821 return ThisDeclInfo->CurrentDecl->getKind() == Decl::ObjCProperty; in isObjCPropertyDecl()
|
| HD | DeclBase.cpp | 505 case ObjCProperty: in getIdentifierNamespaceForKind()
|
| HD | Decl.cpp | 1151 case Decl::ObjCProperty: in computeLVForDecl()
|
| /trueos/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGDecl.cpp | 68 case Decl::ObjCProperty: in EmitDecl()
|