HomeSort by: relevance | last modified time | path
    Searched refs:ObjCPropertyAccess (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
DelayedDiagnostic.cpp 31 bool ObjCPropertyAccess) {
55 DD.AvailabilityData.ObjCPropertyAccess = ObjCPropertyAccess;
SemaAvailability.cpp 317 bool ObjCPropertyAccess) {
419 diag = !ObjCPropertyAccess ? diag::warn_deprecated
430 diag = !ObjCPropertyAccess ? diag::err_unavailable
561 bool ObjCPropertyAccess) {
567 ObjCProperty, Message, ObjCPropertyAccess));
574 ObjCPropertyAccess);
925 bool ObjCPropertyAccess,
963 UnknownObjCClass, ObjCPDecl, ObjCPropertyAccess);
SemaExpr.cpp 213 bool ObjCPropertyAccess,
351 DiagnoseAvailabilityOfDecl(D, Locs, UnknownObjCClass, ObjCPropertyAccess,
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DelayedDiagnostic.h 142 bool ObjCPropertyAccess);
230 return AvailabilityData.ObjCPropertyAccess;
244 bool ObjCPropertyAccess;
Sema.h 4910 bool ObjCPropertyAccess,
4928 bool ObjCPropertyAccess = false,

Completed in 70 milliseconds