Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDDelayedDiagnostic.cpp25 const ObjCPropertyDecl *ObjCProperty, in makeDeprecation() argument
33 DD.DeprecationData.ObjCProperty = ObjCProperty; in makeDeprecation()
HDSemaDeclAttr.cpp5273 const ObjCPropertyDecl *ObjCProperty) { in EmitDeprecationWarning() argument
5278 ObjCProperty, in EmitDeprecationWarning()
5286 DoEmitDeprecationWarning(*this, D, Message, Loc, UnknownObjCClass, ObjCProperty); in EmitDeprecationWarning()
HDSemaCodeComplete.cpp2940 case Decl::ObjCProperty: return CXCursor_ObjCPropertyDecl; in getCursorKindForDecl()
/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDDelayedDiagnostic.h128 const ObjCPropertyDecl *ObjCProperty,
199 return DeprecationData.ObjCProperty; in getObjCProperty()
207 const ObjCPropertyDecl *ObjCProperty; member
HDSema.h3089 const ObjCPropertyDecl *ObjCProperty);
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDDeclNodes.td70 def ObjCProperty : DDecl<Named>;
HDAttr.td601 let Subjects = [ObjCMethod, ObjCProperty];
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTCommon.cpp200 case Decl::ObjCProperty: in isRedeclarableDeclKind()
/trueos/contrib/llvm/tools/clang/lib/Frontend/
HDASTConsumers.cpp442 case Decl::ObjCProperty: { in PrintDeclContext()
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h2034 : 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/
HDCommentSema.cpp821 return ThisDeclInfo->CurrentDecl->getKind() == Decl::ObjCProperty; in isObjCPropertyDecl()
HDDeclBase.cpp505 case ObjCProperty: in getIdentifierNamespaceForKind()
HDDecl.cpp1151 case Decl::ObjCProperty: in computeLVForDecl()
/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGDecl.cpp68 case Decl::ObjCProperty: in EmitDecl()