Home
last modified time | relevance | path

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

/src/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.cpp394 const ObjCPropertyDecl *ObjCProperty, in DoEmitAvailabilityWarning() argument
641 if (ObjCProperty) in DoEmitAvailabilityWarning()
642 S.Diag(ObjCProperty->getLocation(), diag::note_property_attribute) in DoEmitAvailabilityWarning()
643 << ObjCProperty->getDeclName() << property_note_select; in DoEmitAvailabilityWarning()
646 if (ObjCProperty) in DoEmitAvailabilityWarning()
647 S.Diag(ObjCProperty->getLocation(), diag::note_property_attribute) in DoEmitAvailabilityWarning()
648 << ObjCProperty->getDeclName() << property_note_select; in DoEmitAvailabilityWarning()
676 const ObjCPropertyDecl *ObjCProperty, in EmitAvailabilityWarning() argument
683 ObjCProperty, Message, ObjCPropertyAccess)); in EmitAvailabilityWarning()
689 Message, Locs, UnknownObjCClass, ObjCProperty, in EmitAvailabilityWarning()
H A DSemaCodeComplete.cpp4105 case Decl::ObjCProperty: in getCursorKindForDecl()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h142 const ObjCPropertyDecl *ObjCProperty,
228 return AvailabilityData.ObjCProperty; in getObjCProperty()
240 const ObjCPropertyDecl *ObjCProperty; member
/src/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h117 ObjCProperty, enumerator
H A DDeclObjC.h779 : NamedDecl(ObjCProperty, DC, L, Id), AtLoc(AtLocation), in ObjCPropertyDecl()
940 static bool classofKind(Kind K) { return K == ObjCProperty; } in classofKind()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td91 def ObjCProperty : DeclNode<Named, "Objective-C properties">;
H A DAttr.td587 [ObjCProperty]> {
1163 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>;
1169 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>;
1232 let Subjects = SubjectList<[Function, ObjCMethod, ObjCProperty, ParmVar]>;
1238 let Subjects = SubjectList<[Function, ObjCMethod, ObjCProperty, ParmVar]>;
1788 // let Subjects = [ObjCIvar, ObjCProperty];
1795 // let Subjects = [ObjCIvar, ObjCProperty];
2465 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>;
2471 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>;
2477 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>;
[all …]
/src/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()
1623 case ObjCProperty: in diagnoseMismatch()
2094 case ObjCProperty: { in diagnoseMismatch()
2199 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.cpp557 case Decl::ObjCProperty: in isSubDeclToBeProcessed()
H A DDeclBase.cpp876 case ObjCProperty: in getIdentifierNamespaceForKind()
H A DDecl.cpp1502 case Decl::ObjCProperty: in computeLVForDecl()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp420 case Decl::ObjCProperty: in isRedeclarableDeclKind()
/src/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp234 case Decl::ObjCProperty: in getSymbolInfo()
/src/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h126 TYPE(ObjCProperty) \
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1140 def ObjCPropertyChecker : Checker<"ObjCProperty">,
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp88 case Decl::ObjCProperty: in EmitDecl()