Searched defs:ObjCProperty (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/Sema/ |
H A D | DelayedDiagnostic.cpp | 29 const ObjCPropertyDecl *ObjCProperty, in makeAvailability()
|
H A D | SemaAvailability.cpp | 670 << ObjCProperty->getDeclName() << property_note_select; in EmitAvailabilityWarning() argument 388 DoEmitAvailabilityWarning(Sema & S,AvailabilityResult K,Decl * Ctx,const NamedDecl * ReferringDecl,const NamedDecl * OffendingDecl,StringRef Message,ArrayRef<SourceLocation> Locs,const ObjCInterfaceDecl * UnknownObjCClass,const ObjCPropertyDecl * ObjCProperty,bool ObjCPropertyAccess) DoEmitAvailabilityWarning() argument [all...] |
/llvm-project/clang/include/clang/AST/ |
H A D | ODRDiagsEmitter.h | 117 ObjCProperty, enumerator
|
/llvm-project/clang/include/clang/Sema/ |
H A D | DelayedDiagnostic.h | 240 const ObjCPropertyDecl *ObjCProperty; member
|