| /freebsd-13.1/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 | 316 const ObjCPropertyDecl *ObjCProperty, in DoEmitAvailabilityWarning() argument 525 if (ObjCProperty) in DoEmitAvailabilityWarning() 526 S.Diag(ObjCProperty->getLocation(), diag::note_property_attribute) in DoEmitAvailabilityWarning() 527 << ObjCProperty->getDeclName() << property_note_select; in DoEmitAvailabilityWarning() 530 if (ObjCProperty) in DoEmitAvailabilityWarning() 531 S.Diag(ObjCProperty->getLocation(), diag::note_property_attribute) in DoEmitAvailabilityWarning() 532 << ObjCProperty->getDeclName() << property_note_select; in DoEmitAvailabilityWarning() 560 const ObjCPropertyDecl *ObjCProperty, in EmitAvailabilityWarning() argument 567 ObjCProperty, Message, ObjCPropertyAccess)); in EmitAvailabilityWarning() 573 Message, Locs, UnknownObjCClass, ObjCProperty, in EmitAvailabilityWarning()
|
| H A D | SemaCodeComplete.cpp | 3872 case Decl::ObjCProperty: in getCursorKindForDecl()
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DeclNodes.td | 90 def ObjCProperty : DeclNode<Named, "Objective-C properties">;
|
| H A D | Attr.td | 486 [ObjCProperty]> { 957 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>; 963 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>; 982 let Subjects = SubjectList<[Function, ObjCMethod, ObjCProperty, ParmVar]>; 1491 // let Subjects = [ObjCIvar, ObjCProperty]; 1498 // let Subjects = [ObjCIvar, ObjCProperty]; 2048 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>; 2054 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>; 2060 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>; 2112 let Subjects = SubjectList<[ObjCMethod, ObjCProperty], ErrorDiag>; [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | Comment.cpp | 300 case Decl::ObjCProperty: { in fill()
|
| H A D | CommentSema.cpp | 911 return ThisDeclInfo->CurrentDecl->getKind() == Decl::ObjCProperty; in isObjCPropertyDecl()
|
| H A D | DeclBase.cpp | 750 case ObjCProperty: in getIdentifierNamespaceForKind()
|
| H A D | Decl.cpp | 1400 case Decl::ObjCProperty: in computeLVForDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 403 case Decl::ObjCProperty: in isRedeclarableDeclKind()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 233 case Decl::ObjCProperty: in getSymbolInfo()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 775 : NamedDecl(ObjCProperty, DC, L, Id), AtLoc(AtLocation), in ObjCPropertyDecl() 938 static bool classofKind(Kind K) { return K == ObjCProperty; } in classofKind()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Format/ |
| H A D | FormatToken.h | 90 TYPE(ObjCProperty) \
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 1042 def ObjCPropertyChecker : Checker<"ObjCProperty">,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 84 case Decl::ObjCProperty: in EmitDecl()
|