| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | DelayedDiagnostic.cpp | 29 const ObjCPropertyDecl *ObjCProperty, in makeAvailability() argument 40 DD.AvailabilityData.ObjCProperty = ObjCProperty; in makeAvailability()
|
| H A D | SemaAvailability.cpp | 316 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 D | SemaCodeComplete.cpp | 3872 case Decl::ObjCProperty: in getCursorKindForDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | DelayedDiagnostic.h | 140 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 D | DeclNodes.td | 87 def ObjCProperty : DeclNode<Named, "Objective-C properties">;
|
| H A D | Attr.td | 486 [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 D | Comment.cpp | 300 case Decl::ObjCProperty: { in fill()
|
| H A D | CommentSema.cpp | 911 return ThisDeclInfo->CurrentDecl->getKind() == Decl::ObjCProperty; in isObjCPropertyDecl()
|
| H A D | DeclBase.cpp | 750 case ObjCProperty: in getIdentifierNamespaceForKind()
|
| H A D | Decl.cpp | 1400 case Decl::ObjCProperty: in computeLVForDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 402 case Decl::ObjCProperty: in isRedeclarableDeclKind()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 233 case Decl::ObjCProperty: in getSymbolInfo()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 775 : 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 D | FormatToken.h | 89 TYPE(ObjCProperty) \
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/ |
| H A D | checkers.rst | 959 .. _osx-ObjCProperty: 961 osx.ObjCProperty (ObjC)
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 84 case Decl::ObjCProperty: in EmitDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 1042 def ObjCPropertyChecker : Checker<"ObjCProperty">,
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CIndex.cpp | 6597 case Decl::ObjCProperty: in clang_getCursorDefinition() 7907 case Decl::ObjCProperty: in getDeclLanguage()
|