Home
last modified time | relevance | path

Searched refs:ObjCProperty (Results 1 – 16 of 16) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DDelayedDiagnostic.cpp29 const ObjCPropertyDecl *ObjCProperty, in makeAvailability() argument
40 DD.AvailabilityData.ObjCProperty = ObjCProperty; in makeAvailability()
H A DSemaAvailability.cpp316 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 DSemaCodeComplete.cpp3872 case Decl::ObjCProperty: in getCursorKindForDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h140 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 DDeclNodes.td90 def ObjCProperty : DeclNode<Named, "Objective-C properties">;
H A DAttr.td486 [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 DComment.cpp300 case Decl::ObjCProperty: { in fill()
H A DCommentSema.cpp911 return ThisDeclInfo->CurrentDecl->getKind() == Decl::ObjCProperty; in isObjCPropertyDecl()
H A DDeclBase.cpp750 case ObjCProperty: in getIdentifierNamespaceForKind()
H A DDecl.cpp1400 case Decl::ObjCProperty: in computeLVForDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp403 case Decl::ObjCProperty: in isRedeclarableDeclKind()
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp233 case Decl::ObjCProperty: in getSymbolInfo()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h775 : 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 DFormatToken.h90 TYPE(ObjCProperty) \
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1042 def ObjCPropertyChecker : Checker<"ObjCProperty">,
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp84 case Decl::ObjCProperty: in EmitDecl()