Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDelayedDiagnostic.h140 const ObjCPropertyDecl *ObjCProperty,
226 return AvailabilityData.ObjCProperty; in getObjCProperty()
238 const ObjCPropertyDecl *ObjCProperty; member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDeclNodes.td87 def ObjCProperty : DeclNode<Named, "Objective-C properties">;
H A DAttr.td486 [ObjCProperty]> {
951 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>;
957 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>;
976 let Subjects = SubjectList<[Function, ObjCMethod, ObjCProperty, ParmVar]>;
982 let Subjects = SubjectList<[Function, ObjCMethod, ObjCProperty, ParmVar]>;
1485 // let Subjects = [ObjCIvar, ObjCProperty];
1492 // let Subjects = [ObjCIvar, ObjCProperty];
2035 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>;
2041 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>;
2047 // let Subjects = SubjectList<[ObjCMethod, ObjCProperty, Function]>;
[all …]
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTCommon.cpp402 case Decl::ObjCProperty: in isRedeclarableDeclKind()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexSymbol.cpp233 case Decl::ObjCProperty: in getSymbolInfo()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.h89 TYPE(ObjCProperty) \
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/
H A Dcheckers.rst959 .. _osx-ObjCProperty:
961 osx.ObjCProperty (ObjC)
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp84 case Decl::ObjCProperty: in EmitDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1042 def ObjCPropertyChecker : Checker<"ObjCProperty">,
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp6597 case Decl::ObjCProperty: in clang_getCursorDefinition()
7907 case Decl::ObjCProperty: in getDeclLanguage()