Home
last modified time | relevance | path

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

/freebsd/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.cpp413 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 DSemaCodeComplete.cpp4268 case Decl::ObjCProperty: in getCursorKindForDecl()
/freebsd/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
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h117 ObjCProperty, enumerator
H A DDeclObjC.h777 : 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 DODRDiagsEmitter.cpp620 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 DComment.cpp320 case Decl::ObjCProperty: in fill()
H A DCommentSema.cpp847 return ThisDeclInfo->CurrentDecl->getKind() == Decl::ObjCProperty; in isObjCPropertyDecl()
H A DODRHash.cpp577 case Decl::ObjCProperty: in isSubDeclToBeProcessed()
H A DDeclBase.cpp886 case ObjCProperty: in getIdentifierNamespaceForKind()
H A DDecl.cpp1508 case Decl::ObjCProperty: in computeLVForDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td91 def ObjCProperty : DeclNode<Named, "Objective-C properties">;
H A DAttr.td627 [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 DASTCommon.cpp426 case Decl::ObjCProperty: in isRedeclarableDeclKind()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenDecl.cpp560 case Decl::ObjCProperty: in emitDecl()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp234 case Decl::ObjCProperty: in getSymbolInfo()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h132 TYPE(ObjCProperty) \
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1088 def ObjCPropertyChecker : Checker<"ObjCProperty">,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp89 case Decl::ObjCProperty: in EmitDecl()