Searched refs:ObjCProperty (Results 1 - 16 of 16) sorted by relevance
/external/clang/test/Index/ |
H A D | print-usrs.c | 8 ObjCProperty gimme c:objc(cs)NSObject
|
/external/clang/lib/Sema/ |
H A D | DelayedDiagnostic.cpp | 27 const ObjCPropertyDecl *ObjCProperty, 45 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 D | SemaDeclAttr.cpp | 6253 const ObjCPropertyDecl *ObjCProperty, 6358 if (ObjCProperty) 6359 S.Diag(ObjCProperty->getLocation(), diag::note_property_attribute) 6360 << ObjCProperty->getDeclName() << property_note_select; 6365 if (ObjCProperty) 6366 S.Diag(ObjCProperty->getLocation(), diag::note_property_attribute) 6367 << ObjCProperty->getDeclName() << property_note_select; 6473 const ObjCPropertyDecl *ObjCProperty, 6478 AD, Loc, D, UnknownObjCClass, ObjCProperty, Message, 6485 ObjCProperty, ObjCPropertyAcces 6249 DoEmitAvailabilityWarning(Sema &S, Sema::AvailabilityDiagnostic K, Decl *Ctx, const NamedDecl *D, StringRef Message, SourceLocation Loc, const ObjCInterfaceDecl *UnknownObjCClass, const ObjCPropertyDecl *ObjCProperty, bool ObjCPropertyAccess) argument 6469 EmitAvailabilityWarning(AvailabilityDiagnostic AD, NamedDecl *D, StringRef Message, SourceLocation Loc, const ObjCInterfaceDecl *UnknownObjCClass, const ObjCPropertyDecl *ObjCProperty, bool ObjCPropertyAccess) argument [all...] |
H A D | SemaCodeComplete.cpp | 3046 case Decl::ObjCProperty: return CXCursor_ObjCPropertyDecl;
|
/external/clang/include/clang/Sema/ |
H A D | DelayedDiagnostic.h | 129 const ObjCPropertyDecl *ObjCProperty, 204 return DeprecationData.ObjCProperty; 216 const ObjCPropertyDecl *ObjCProperty; member in struct:clang::sema::DelayedDiagnostic::DD
|
H A D | Sema.h | 3626 const ObjCPropertyDecl *ObjCProperty,
|
/external/clang/lib/Serialization/ |
H A D | ASTCommon.cpp | 291 case Decl::ObjCProperty:
|
/external/clang/lib/Frontend/ |
H A D | ASTConsumers.cpp | 447 case Decl::ObjCProperty: {
|
/external/clang/lib/Index/ |
H A D | IndexSymbol.cpp | 150 case Decl::ObjCProperty:
|
/external/clang/lib/Format/ |
H A D | FormatToken.h | 71 TYPE(ObjCProperty) \
|
/external/clang/lib/AST/ |
H A D | CommentSema.cpp | 852 return ThisDeclInfo->CurrentDecl->getKind() == Decl::ObjCProperty;
|
H A D | DeclBase.cpp | 605 case ObjCProperty:
|
H A D | Decl.cpp | 1276 case Decl::ObjCProperty:
|
/external/clang/include/clang/AST/ |
H A D | DeclObjC.h | 752 : NamedDecl(ObjCProperty, DC, L, Id), AtLoc(AtLocation), 894 static bool classofKind(Kind K) { return K == ObjCProperty; }
|
/external/clang/lib/CodeGen/ |
H A D | CGDecl.cpp | 74 case Decl::ObjCProperty:
|
/external/clang/tools/libclang/ |
H A D | CIndex.cpp | 5761 case Decl::ObjCProperty: 6924 case Decl::ObjCProperty:
|
Completed in 715 milliseconds