Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp332 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 DSemaCodeComplete.cpp4100 case Decl::ObjCProperty: in getCursorKindForDecl()
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h117 ObjCProperty, enumerator
H A DDeclObjC.h778 : 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 DDeclNodes.td91 def ObjCProperty : DeclNode<Named, "Objective-C properties">;
H A DAttr.td574 [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 DODRDiagsEmitter.cpp622 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 DComment.cpp313 case Decl::ObjCProperty: in fill()
H A DCommentSema.cpp845 return ThisDeclInfo->CurrentDecl->getKind() == Decl::ObjCProperty; in isObjCPropertyDecl()
H A DODRHash.cpp550 case Decl::ObjCProperty: in isSubDeclToBeProcessed()
H A DDeclBase.cpp837 case ObjCProperty: in getIdentifierNamespaceForKind()
H A DDecl.cpp1502 case Decl::ObjCProperty: in computeLVForDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp412 case Decl::ObjCProperty: in isRedeclarableDeclKind()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp234 case Decl::ObjCProperty: in getSymbolInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h123 TYPE(ObjCProperty) \
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp85 case Decl::ObjCProperty: in EmitDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1135 def ObjCPropertyChecker : Checker<"ObjCProperty">,