Searched refs:ObjCProperty (Results 1 - 15 of 15) sorted by relevance

/external/clang/test/Index/
H A Dprint-usrs.c8 ObjCProperty gimme c:objc(cs)NSObject
/external/clang/lib/Sema/
H A DDelayedDiagnostic.cpp27 const ObjCPropertyDecl *ObjCProperty,
43 DD.DeprecationData.ObjCProperty = ObjCProperty;
23 makeAvailability(Sema::AvailabilityDiagnostic AD, SourceLocation Loc, const NamedDecl *D, const ObjCInterfaceDecl *UnknownObjCClass, const ObjCPropertyDecl *ObjCProperty, StringRef Msg, bool ObjCPropertyAccess) argument
H A DSemaDeclAttr.cpp4861 const ObjCPropertyDecl *ObjCProperty,
4904 if (ObjCProperty)
4905 S.Diag(ObjCProperty->getLocation(), diag::note_property_attribute)
4906 << ObjCProperty->getDeclName() << property_note_select;
4909 if (ObjCProperty)
4910 S.Diag(ObjCProperty->getLocation(), diag::note_property_attribute)
4911 << ObjCProperty->getDeclName() << property_note_select;
4938 const ObjCPropertyDecl *ObjCProperty,
4944 ObjCProperty,
4962 UnknownObjCClass, ObjCProperty, ObjCPropertyAcces
4854 DoEmitAvailabilityWarning(Sema &S, DelayedDiagnostic::DDKind K, Decl *Ctx, const NamedDecl *D, StringRef Message, SourceLocation Loc, const ObjCInterfaceDecl *UnknownObjCClass, const ObjCPropertyDecl *ObjCProperty, bool ObjCPropertyAccess) argument
4934 EmitAvailabilityWarning(AvailabilityDiagnostic AD, NamedDecl *D, StringRef Message, SourceLocation Loc, const ObjCInterfaceDecl *UnknownObjCClass, const ObjCPropertyDecl *ObjCProperty, bool ObjCPropertyAccess) argument
[all...]
H A DSemaCodeComplete.cpp2931 case Decl::ObjCProperty: return CXCursor_ObjCPropertyDecl;
/external/clang/include/clang/Sema/
H A DDelayedDiagnostic.h129 const ObjCPropertyDecl *ObjCProperty,
204 return DeprecationData.ObjCProperty;
216 const ObjCPropertyDecl *ObjCProperty; member in struct:clang::sema::DelayedDiagnostic::DD
H A DSema.h3224 const ObjCPropertyDecl *ObjCProperty,
/external/clang/lib/Serialization/
H A DASTCommon.cpp200 case Decl::ObjCProperty:
/external/clang/lib/Frontend/
H A DASTConsumers.cpp440 case Decl::ObjCProperty: {
/external/clang/include/clang/AST/
H A DDeclObjC.h2220 : NamedDecl(ObjCProperty, DC, L, Id), AtLoc(AtLocation),
2348 static bool classofKind(Kind K) { return K == ObjCProperty; }
/external/clang/lib/AST/
H A DCommentSema.cpp854 return ThisDeclInfo->CurrentDecl->getKind() == Decl::ObjCProperty;
H A DDeclBase.cpp516 case ObjCProperty:
H A DDecl.cpp1212 case Decl::ObjCProperty:
/external/clang/tools/libclang/
H A DIndexingContext.cpp1010 case Decl::ObjCProperty:
H A DCIndex.cpp4875 case Decl::ObjCProperty:
6028 case Decl::ObjCProperty:
/external/clang/lib/CodeGen/
H A DCGDecl.cpp68 case Decl::ObjCProperty:

Completed in 2273 milliseconds