| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | DelayedDiagnostic.cpp | 29 const ObjCPropertyDecl *ObjCProperty, in makeAvailability() argument 40 DD.AvailabilityData.ObjCProperty = ObjCProperty; in makeAvailability()
|
| H A D | SemaAvailability.cpp | 394 const ObjCPropertyDecl *ObjCProperty, in DoEmitAvailabilityWarning() argument 641 if (ObjCProperty) in DoEmitAvailabilityWarning() 642 S.Diag(ObjCProperty->getLocation(), diag::note_property_attribute) in DoEmitAvailabilityWarning() 643 << ObjCProperty->getDeclName() << property_note_select; in DoEmitAvailabilityWarning() 646 if (ObjCProperty) in DoEmitAvailabilityWarning() 647 S.Diag(ObjCProperty->getLocation(), diag::note_property_attribute) in DoEmitAvailabilityWarning() 648 << ObjCProperty->getDeclName() << property_note_select; in DoEmitAvailabilityWarning() 676 const ObjCPropertyDecl *ObjCProperty, in EmitAvailabilityWarning() argument 683 ObjCProperty, Message, ObjCPropertyAccess)); in EmitAvailabilityWarning() 689 Message, Locs, UnknownObjCClass, ObjCProperty, in EmitAvailabilityWarning()
|
| H A D | SemaCodeComplete.cpp | 4105 case Decl::ObjCProperty: in getCursorKindForDecl()
|
| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DelayedDiagnostic.h | 142 const ObjCPropertyDecl *ObjCProperty, 228 return AvailabilityData.ObjCProperty; in getObjCProperty() 240 const ObjCPropertyDecl *ObjCProperty; member
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ODRDiagsEmitter.h | 117 ObjCProperty, enumerator
|
| H A D | DeclObjC.h | 779 : NamedDecl(ObjCProperty, DC, L, Id), AtLoc(AtLocation), in ObjCPropertyDecl() 940 static bool classofKind(Kind K) { return K == ObjCProperty; } in classofKind()
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DeclNodes.td | 91 def ObjCProperty : DeclNode<Named, "Objective-C properties">;
|
| H A D | Attr.td | 587 [ObjCProperty]> { 1163 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>; 1169 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>; 1232 let Subjects = SubjectList<[Function, ObjCMethod, ObjCProperty, ParmVar]>; 1238 let Subjects = SubjectList<[Function, ObjCMethod, ObjCProperty, ParmVar]>; 1788 // let Subjects = [ObjCIvar, ObjCProperty]; 1795 // let Subjects = [ObjCIvar, ObjCProperty]; 2465 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>; 2471 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>; 2477 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>; [all …]
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | ODRDiagsEmitter.cpp | 622 case Decl::ObjCProperty: in FindTypeDiffs() 623 return ObjCProperty; in FindTypeDiffs() 980 case ObjCProperty: in diagnoseMismatch() 1623 case ObjCProperty: in diagnoseMismatch() 2094 case ObjCProperty: { in diagnoseMismatch() 2199 case ObjCProperty: { in diagnoseMismatch()
|
| H A D | Comment.cpp | 313 case Decl::ObjCProperty: in fill()
|
| H A D | CommentSema.cpp | 845 return ThisDeclInfo->CurrentDecl->getKind() == Decl::ObjCProperty; in isObjCPropertyDecl()
|
| H A D | ODRHash.cpp | 557 case Decl::ObjCProperty: in isSubDeclToBeProcessed()
|
| H A D | DeclBase.cpp | 876 case ObjCProperty: in getIdentifierNamespaceForKind()
|
| H A D | Decl.cpp | 1502 case Decl::ObjCProperty: in computeLVForDecl()
|
| /src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 420 case Decl::ObjCProperty: in isRedeclarableDeclKind()
|
| /src/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 234 case Decl::ObjCProperty: in getSymbolInfo()
|
| /src/contrib/llvm-project/clang/lib/Format/ |
| H A D | FormatToken.h | 126 TYPE(ObjCProperty) \
|
| /src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 1140 def ObjCPropertyChecker : Checker<"ObjCProperty">,
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 88 case Decl::ObjCProperty: in EmitDecl()
|