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 33 DD.Kind = Deprecation;
62 case Deprecation:
SemaDeclAttr.cpp     [all...]
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 16 /// diagnostics -- notably deprecation and access control -- are suppressed
116 enum DDKind { Deprecation, Unavailable, Access, ForbiddenType };
168 assert((Kind == Deprecation || Kind == Unavailable) &&
169 "Not a deprecation diagnostic.");
174 assert((Kind == Deprecation || Kind == Unavailable) &&
175 "Not a deprecation diagnostic.");
229 /// Deprecation
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorConsoleAgent.cpp 235 case DeprecationMessageSource: return TypeBuilder::Console::ConsoleMessage::Source::Deprecation;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
ConsoleModel.js 398 Deprecation: "deprecation"

Completed in 60 milliseconds