| /freebsd/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 | 413 const ObjCPropertyDecl *ObjCProperty, in DoEmitAvailabilityWarning() argument 684 if (ObjCProperty) in DoEmitAvailabilityWarning() 685 S.Diag(ObjCProperty->getLocation(), diag::note_property_attribute) in DoEmitAvailabilityWarning() 686 << ObjCProperty->getDeclName() << property_note_select; in DoEmitAvailabilityWarning() 689 if (ObjCProperty) in DoEmitAvailabilityWarning() 690 S.Diag(ObjCProperty->getLocation(), diag::note_property_attribute) in DoEmitAvailabilityWarning() 691 << ObjCProperty->getDeclName() << property_note_select; in DoEmitAvailabilityWarning() 719 const ObjCPropertyDecl *ObjCProperty, in EmitAvailabilityWarning() argument 726 ObjCProperty, Message, ObjCPropertyAccess)); in EmitAvailabilityWarning() 732 Message, Locs, UnknownObjCClass, ObjCProperty, in EmitAvailabilityWarning()
|
| H A D | SemaCodeComplete.cpp | 4268 case Decl::ObjCProperty: in getCursorKindForDecl()
|
| /freebsd/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
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ODRDiagsEmitter.h | 117 ObjCProperty, enumerator
|
| H A D | DeclObjC.h | 777 : NamedDecl(ObjCProperty, DC, L, Id), AtLoc(AtLocation), in ObjCPropertyDecl() 938 static bool classofKind(Kind K) { return K == ObjCProperty; } in classofKind()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ODRDiagsEmitter.cpp | 620 case Decl::ObjCProperty: in FindTypeDiffs() 621 return ObjCProperty; in FindTypeDiffs() 978 case ObjCProperty: in diagnoseMismatch() 1621 case ObjCProperty: in diagnoseMismatch() 2092 case ObjCProperty: { in diagnoseMismatch() 2197 case ObjCProperty: { in diagnoseMismatch()
|
| H A D | Comment.cpp | 320 case Decl::ObjCProperty: in fill()
|
| H A D | CommentSema.cpp | 847 return ThisDeclInfo->CurrentDecl->getKind() == Decl::ObjCProperty; in isObjCPropertyDecl()
|
| H A D | ODRHash.cpp | 577 case Decl::ObjCProperty: in isSubDeclToBeProcessed()
|
| H A D | DeclBase.cpp | 886 case ObjCProperty: in getIdentifierNamespaceForKind()
|
| H A D | Decl.cpp | 1508 case Decl::ObjCProperty: in computeLVForDecl()
|
| /freebsd/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 | 627 [ObjCProperty]> { 1288 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>; 1294 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>; 1373 let Subjects = SubjectList<[Function, ObjCMethod, ObjCProperty, ParmVar]>; 1379 let Subjects = SubjectList<[Function, ObjCMethod, ObjCProperty, ParmVar]>; 2011 // let Subjects = [ObjCIvar, ObjCProperty]; 2018 // let Subjects = [ObjCIvar, ObjCProperty]; 2757 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>; 2763 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>; 2769 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>; [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 426 case Decl::ObjCProperty: in isRedeclarableDeclKind()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenDecl.cpp | 560 case Decl::ObjCProperty: in emitDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 234 case Decl::ObjCProperty: in getSymbolInfo()
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | FormatToken.h | 132 TYPE(ObjCProperty) \
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 1088 def ObjCPropertyChecker : Checker<"ObjCProperty">,
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 89 case Decl::ObjCProperty: in EmitDecl()
|