Home
last modified time | relevance | path

Searched defs:ObjCPropertyAccess (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/Sema/
H A DDelayedDiagnostic.cpp31 bool ObjCPropertyAccess) { in makeAvailability()
H A DSemaAvailability.cpp389 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
671 EmitAvailabilityWarning(Sema & S,AvailabilityResult AR,const NamedDecl * ReferringDecl,const NamedDecl * OffendingDecl,StringRef Message,ArrayRef<SourceLocation> Locs,const ObjCInterfaceDecl * UnknownObjCClass,const ObjCPropertyDecl * ObjCProperty,bool ObjCPropertyAccess) EmitAvailabilityWarning() argument
1040 DiagnoseAvailabilityOfDecl(NamedDecl * D,ArrayRef<SourceLocation> Locs,const ObjCInterfaceDecl * UnknownObjCClass,bool ObjCPropertyAccess,bool AvoidPartialAvailabilityChecks,ObjCInterfaceDecl * ClassReceiver) DiagnoseAvailabilityOfDecl() argument
H A DSemaExpr.cpp217 DiagnoseUseOfDecl(NamedDecl * D,ArrayRef<SourceLocation> Locs,const ObjCInterfaceDecl * UnknownObjCClass,bool ObjCPropertyAccess,bool AvoidPartialAvailabilityChecks,ObjCInterfaceDecl * ClassReceiver,bool SkipTrailingRequiresClause) DiagnoseUseOfDecl() argument
/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h246 bool ObjCPropertyAccess; member