HomeSort by relevance Sort by last modified time
    Searched refs:Deprecation (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Sema/
DelayedDiagnostic.cpp 28 DD.Kind = Deprecation;
51 case Deprecation:
SemaDeclAttr.cpp     [all...]
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 13 // deprecation and access control --- are suppressed based on
115 enum DDKind { Deprecation, Access, ForbiddenType };
164 assert(Kind == Deprecation && "Not a deprecation diagnostic.");
169 assert(Kind == Deprecation && "Not a deprecation diagnostic.");
218 /// Deprecation
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ConsoleModel.js 246 Deprecation: "deprecation"
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
ConsoleMessage.cpp 155 case DeprecationMessageSource: return TypeBuilder::Console::ConsoleMessage::Source::Deprecation;

Completed in 424 milliseconds