| /freebsd-14.2/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 | 332 const ObjCPropertyDecl *ObjCProperty, in DoEmitAvailabilityWarning() argument 564 if (ObjCProperty) in DoEmitAvailabilityWarning() 565 S.Diag(ObjCProperty->getLocation(), diag::note_property_attribute) in DoEmitAvailabilityWarning() 566 << ObjCProperty->getDeclName() << property_note_select; in DoEmitAvailabilityWarning() 569 if (ObjCProperty) in DoEmitAvailabilityWarning() 570 S.Diag(ObjCProperty->getLocation(), diag::note_property_attribute) in DoEmitAvailabilityWarning() 571 << ObjCProperty->getDeclName() << property_note_select; in DoEmitAvailabilityWarning() 599 const ObjCPropertyDecl *ObjCProperty, in EmitAvailabilityWarning() argument 606 ObjCProperty, Message, ObjCPropertyAccess)); in EmitAvailabilityWarning() 612 Message, Locs, UnknownObjCClass, ObjCProperty, in EmitAvailabilityWarning()
|
| H A D | SemaCodeComplete.cpp | 4100 case Decl::ObjCProperty: in getCursorKindForDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DelayedDiagnostic.h | 140 const ObjCPropertyDecl *ObjCProperty, 226 return AvailabilityData.ObjCProperty; in getObjCProperty() 238 const ObjCPropertyDecl *ObjCProperty; member
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ODRDiagsEmitter.h | 117 ObjCProperty, enumerator
|
| H A D | DeclObjC.h | 778 : NamedDecl(ObjCProperty, DC, L, Id), AtLoc(AtLocation), in ObjCPropertyDecl() 937 static bool classofKind(Kind K) { return K == ObjCProperty; } in classofKind()
|
| /freebsd-14.2/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 | 574 [ObjCProperty]> { 1081 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>; 1087 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>; 1150 let Subjects = SubjectList<[Function, ObjCMethod, ObjCProperty, ParmVar]>; 1678 // let Subjects = [ObjCIvar, ObjCProperty]; 1685 // let Subjects = [ObjCIvar, ObjCProperty]; 2304 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>; 2310 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>; 2316 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>; 2368 let Subjects = SubjectList<[ObjCMethod, ObjCProperty], ErrorDiag>; [all …]
|
| /freebsd-14.2/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() 1618 case ObjCProperty: in diagnoseMismatch() 2089 case ObjCProperty: { in diagnoseMismatch() 2194 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 | 550 case Decl::ObjCProperty: in isSubDeclToBeProcessed()
|
| H A D | DeclBase.cpp | 837 case ObjCProperty: in getIdentifierNamespaceForKind()
|
| H A D | Decl.cpp | 1502 case Decl::ObjCProperty: in computeLVForDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 412 case Decl::ObjCProperty: in isRedeclarableDeclKind()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 234 case Decl::ObjCProperty: in getSymbolInfo()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Format/ |
| H A D | FormatToken.h | 123 TYPE(ObjCProperty) \
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 85 case Decl::ObjCProperty: in EmitDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 1135 def ObjCPropertyChecker : Checker<"ObjCProperty">,
|